summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 9769d22ea..eba870465 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -25,7 +25,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
if [[ $PYVER != "2.7" ]]; then
pip install 'django<1.7' 'South<0.8'
else
- pip install django
+ pip install 'django<1.10'
fi
fi
fi