add py27dj110 testenv

Change-Id: I702f3a92f97f0943909afd8bab636ceac09c5342
This commit is contained in:
Vitaly Gridnev 2016-07-23 22:22:58 +03:00
parent 167b5a9a3b
commit c3bb37841a
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ basepython = python2.7
commands = pip install django>=1.9,<1.10
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py27dj110]
basepython = python2.7
commands = pip install django --pre --upgrade
/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}