diff --git a/tox.ini b/tox.ini index ae3015720..23ad384b6 100644 --- a/tox.ini +++ b/tox.ini @@ -87,6 +87,10 @@ basepython = python2.7 commands = pip install django>=1.8,<1.9 /bin/bash run_tests.sh -N --no-pep8 {posargs} +[testenv:py27dj19] +commands = pip install django>=1.9,<1.10 + /bin/bash run_tests.sh -N --no-pep8 {posargs} + [testenv:py27integration] basepython = python2.7 commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}