diff --git a/tox.ini b/tox.ini index 88153dfe..e24e0a79 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = pip install django>=1.9,<1.10 [testenv:py27dj110] basepython = python2.7 -commands = pip install django --pre --upgrade +commands = pip install django>=1.10,<1.11 /bin/bash run_tests.sh -N --no-pep8 {posargs} [testenv:py27integration]