Merge "Add a py34-functional tox target"

This commit is contained in:
Jenkins 2015-09-09 16:47:02 +00:00 committed by Gerrit Code Review
commit 14986ee67d

11
tox.ini

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34,functional,pep8
envlist = py27,py34,functional,py34-functional,pep8
[testenv]
deps = -r{toxinidir}/requirements.txt
@ -48,6 +48,15 @@ passenv = CEILOMETER_*
commands =
bash -x {toxinidir}/run-functional-tests.sh "{posargs}"
[testenv:py34-functional]
setenv = VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
OS_TEST_PATH=ceilometer/tests/functional/
basepython = python3.4
passenv = CEILOMETER_*
commands =
bash -x {toxinidir}/run-functional-tests.sh "{posargs}"
[testenv:integration]
setenv = VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes