Remove py27dj17 from tox.ini
The Django version is set to [Django>=1.8,<1.9 # BSD] in the global-requirements.txt of OpenStack/Requirements. The tox.ini should remove the py27dj17 like Horizon. Change-Id: I2b84006aaf64c708d7f3c7bad8657c94d60c4e94 Closes-Bug: #1552124
This commit is contained in:
parent
3740bbaf90
commit
911b4b2909
7
tox.ini
7
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py27,py27dj17,py27dj18,pep834
|
||||
envlist = py27,py27dj18,pep834
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
@ -30,11 +30,6 @@ commands = {posargs}
|
||||
[testenv:cover]
|
||||
commands = /bin/bash run_tests.sh -N --no-pep8 --coverage {posargs}
|
||||
|
||||
[testenv:py27dj17]
|
||||
basepython = python2.7
|
||||
commands = pip install django>=1.7,<1.8
|
||||
/bin/bash run_tests.sh -N --no-pep8 {posargs}
|
||||
|
||||
[testenv:py27dj18]
|
||||
basepython = python2.7
|
||||
commands = pip install django>=1.8,<1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user