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:
parent
75b67320f2
commit
bdbc68302f
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user