Merge "Update Django 1.10 tox env"

This commit is contained in:
Jenkins 2016-08-10 15:03:55 +00:00 committed by Gerrit Code Review
commit 56c9538b9d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ commands = pip install django>=1.9,<1.10
[testenv:py27dj110]
basepython = python2.7
commands = pip install django<1.11 --pre --upgrade
commands = pip install django>=1.10,<1.11
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:cover]