Add Django 1.10 tox env

This will be used for a non-voting test run by infra.

Change-Id: Ic9ddd926e13c5d701bbc4df740c6d51f1d7ba30f
This commit is contained in:
Rob Cresswell 2016-06-29 11:36:37 +01:00
parent 9c73ff2e65
commit 0afe75fabc
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ commands = pip install django>=1.8,<1.9
commands = pip install django>=1.9,<1.10
python openstack_auth/tests/run_tests.py {posargs}
[testenv:py27dj110]
commands = pip install django --pre --upgrade
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:pep8]
setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings
commands = flake8