Skip to content
Snippets Groups Projects
Commit f5ca696f authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

python2.7

parent 015688fe
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,4 @@ BUILD_DIR=$1 ...@@ -5,6 +5,4 @@ BUILD_DIR=$1
[ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt
# 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python' # 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python'
ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo 'Python2.7'
\ No newline at end of file
echo kennethreitz
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment