new runtimes and travis test updates

This commit is contained in:
Casey Faist
2018-12-12 17:29:31 -05:00
parent d7351513c7
commit 797652a75d
9 changed files with 77 additions and 13 deletions
-1
View File
@@ -109,7 +109,6 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_UPDATE* ]]; then
/app/.heroku/python/bin/python "$ROOT_DIR/vendor/get-pip.py" pip=="$PIP_UPDATE" &> /dev/null
/app/.heroku/python/bin/pip install "$ROOT_DIR/vendor/setuptools-39.0.1-py2.py3-none-any.whl" &> /dev/null
fi
set -e