Remove py33 tox target.
Python 2.7 and 3.4 are the supported versions and we should not indicate otherwise. Change-Id: I732c9b0b82661546f9f3b484b85ff9e8598734ae
This commit is contained in:
parent
1b593e9b00
commit
bbab1df894
8
tox.ini
8
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py27,py33,py34,py-mysql,py-pgsql,pep8
|
envlist = py27,py34,py-mysql,py-pgsql,pep8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
@ -27,12 +27,6 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
bash -x {toxinidir}/setup-test-env-elastic.sh python setup.py testr --slowest --testr-args="{posargs}"
|
bash -x {toxinidir}/setup-test-env-elastic.sh python setup.py testr --slowest --testr-args="{posargs}"
|
||||||
|
|
||||||
[testenv:py33]
|
|
||||||
deps = -r{toxinidir}/requirements-py3.txt
|
|
||||||
-r{toxinidir}/test-requirements-py3.txt
|
|
||||||
commands = python -m testtools.run \
|
|
||||||
ceilometer.tests.test_utils
|
|
||||||
|
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
deps = -r{toxinidir}/requirements-py3.txt
|
deps = -r{toxinidir}/requirements-py3.txt
|
||||||
-r{toxinidir}/test-requirements-py3.txt
|
-r{toxinidir}/test-requirements-py3.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user