Update Django 1.10 tox env

Updates the django 1.10 tox env to strictly look for django 1.10, rather
than just the next release.

Change-Id: I0edd4f2481a43196c1da6bfc6e713fddae03e582
Implements: blueprint dj110
This commit is contained in:
Rob Cresswell 2016-08-04 21:22:55 +01:00
parent 75b67320f2
commit bdbc68302f

View File

@ -123,7 +123,7 @@ 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
commands = pip install django>=1.10,<1.11
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py27integration]