From 97f89f94647ba7a2da7b5275137cd3847f62e5d8 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Wed, 29 Jun 2016 10:18:36 +0100 Subject: [PATCH] Add Django 1.10 tox env This will be used for a non-voting test run by infra. Change-Id: Ie773fbb2ff8451bc974b570e2e2e7304b72a9e05 Implements: blueprint dj110 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 7d1bd15326..0db925dde3 100644 --- a/tox.ini +++ b/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