Merge "Add py27dj19 tox env"

This commit is contained in:
Jenkins 2016-01-13 20:26:28 +00:00 committed by Gerrit Code Review
commit 4d4524c0b6

View File

@ -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}