improvements

This commit is contained in:
2017-03-14 13:36:14 -04:00
parent 5608ed9f3c
commit c3849fb6d3
12 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Install dependencies with Pip.
puts-cmd "pip install -r requirements.txt"
puts-step "Installing requirements with pip"
set +e
# delete any existing egg links, to uninstall exisisting installations.
+1 -1
View File
@@ -4,7 +4,7 @@ if [[ -f Pipfile ]]; then
if [[ ! -f requirements.txt ]]; then
puts-step "Generating 'requirements.txt' with pipenv"
pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv &> /dev/null
pip install pipenv --upgrade &> /dev/null
pipenv lock --requirements > requirements.txt 2> /dev/null
pipstrip requirements.txt
+1
View File
@@ -1,4 +1,5 @@
set +e
runtime-fixer runtime.txt
PYTHON_VERSION=$(cat runtime.txt)
# Install Python.