more tests

This commit is contained in:
2017-03-10 12:37:11 -05:00
parent 33ccaa9e45
commit 0fadebf7d8
6 changed files with 48 additions and 3 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
# Detect Python-version with Pipenv.
if [[ -f $BUILD_DIR/Pipfile.lock ]]; then
if [[ -f $BUILD_DIR/Pipfile ]]; then
if [[ ! -f $BUILD_DIR/runtime.txt ]]; then
if [[ ! -f Pipfile.lock ]]; then
pipenv lock 2> /dev/null
puts-step "Pipfile.lock not found, creating..."
/app/.heroku/python/bin/pipenv lock 2> /dev/null
fi
set +e