From 911b4b2909a5e1dae4ae5301cd41328ddf6fe6bd Mon Sep 17 00:00:00 2001 From: shu-mutou Date: Fri, 8 Apr 2016 13:05:53 +0900 Subject: [PATCH] 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 --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 7f24add..7a3ff46 100644 --- a/tox.ini +++ b/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