master #4

Merged
heinzel merged 4 commits from master into production 2019-10-17 13:36:11 +02:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 1aa2599c7e - Show all commits

View File

@@ -1 +1,5 @@
python_major_version=`python -c 'import sys; print sys.version_info.major'`
if test "$python_major_version" = "2" ; then
pip install 'django<2'
fi
pip install -r requirements.txt

View File

@@ -1 +1,5 @@
python_major_version=`python -c 'import sys; print sys.version_info.major'`
if test "$python_major_version" = "2" ; then
pip install 'django<2'
fi
pip install -r requirements.txt