Add Django 1.10 tox env
This will be used for a non-voting test run by infra. Change-Id: Ie773fbb2ff8451bc974b570e2e2e7304b72a9e05 Implements: blueprint dj110
This commit is contained in:
parent
f16435b825
commit
97f89f9464
4
tox.ini
4
tox.ini
@ -113,6 +113,10 @@ commands =
|
||||
commands = pip install django>=1.9,<1.10
|
||||
/bin/bash run_tests.sh -N --no-pep8 {posargs}
|
||||
|
||||
[testenv:py27dj110]
|
||||
commands = pip install django --pre --upgrade
|
||||
/bin/bash run_tests.sh -N --no-pep8 {posargs}
|
||||
|
||||
[testenv:py27integration]
|
||||
# Run integration tests only
|
||||
passenv = AVCONV_INSTALLED
|
||||
|
Loading…
x
Reference in New Issue
Block a user