Commit 7c95b156 authored by Kenneth Reitz's avatar Kenneth Reitz

fix syntax error

parent e05346e8
...@@ -159,7 +159,7 @@ source $BIN_DIR/steps/python ...@@ -159,7 +159,7 @@ source $BIN_DIR/steps/python
source $BIN_DIR/steps/setuptools source $BIN_DIR/steps/setuptools
# If no requirements.txt file given, assume `setup.py develop` is intended. # If no requirements.txt file given, assume `setup.py develop` is intended.
if [ ! -f requirements.txt ] && [! -f Pipfile ]; then if [ ! -f requirements.txt ] && [ ! -f Pipfile ]; then
echo "-e ." > requirements.txt echo "-e ." > requirements.txt
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment