Add Django 1.11 tox env

Change-Id: If26325ec260135064e178fa2254ddf7026bbce67
This commit is contained in:
Rob Cresswell 2017-07-05 11:12:16 +01:00
parent f5924e6785
commit 3e9881ea5d
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ commands =
pip install -U django>=1.10,<1.11
{[unit_tests]commands}
[testenv:py27dj111]
commands =
pip install -U django>=1.11,<2.0
{[unit_tests]commands}
[unit_tests]
commands = bash {toxinidir}/tools/unit_tests.sh {envpython} {toxinidir} {posargs}