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:
Rob Cresswell 2016-06-29 10:18:36 +01:00
parent f16435b825
commit 97f89f9464
1 changed files with 4 additions and 0 deletions

View File

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