Merge "Adding 1.6 job for tox"
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py27,py27dj14,py27dj15,pep8,py33,py34
|
envlist = py27,py27dj14,py27dj15,py27dj16,pep8,py33,py34
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
@@ -16,6 +16,10 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = python openstack_auth/tests/run_tests.py {posargs}
|
commands = python openstack_auth/tests/run_tests.py {posargs}
|
||||||
|
|
||||||
|
[testenv:py27dj16]
|
||||||
|
commands = pip install django>=1.6,<1.7
|
||||||
|
python openstack_auth/tests/run_tests.py {posargs}
|
||||||
|
|
||||||
[testenv:py27dj15]
|
[testenv:py27dj15]
|
||||||
commands = pip install django>=1.5,<1.6
|
commands = pip install django>=1.5,<1.6
|
||||||
python openstack_auth/tests/run_tests.py {posargs}
|
python openstack_auth/tests/run_tests.py {posargs}
|
||||||
|
|||||||
Reference in New Issue
Block a user