Merge "Work toward Python 3.4 support and testing"
This commit is contained in:
commit
a64ed6d2c1
8
tox.ini
8
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
envlist = py26,py27,py33,py-mysql,py-pgsql,pep8
|
||||
envlist = py26,py27,py33,py34,py-mysql,py-pgsql,pep8
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
@ -30,6 +30,12 @@ deps = -r{toxinidir}/requirements-py3.txt
|
||||
commands = python -m testtools.run \
|
||||
ceilometer.tests.test_utils
|
||||
|
||||
[testenv:py34]
|
||||
deps = -r{toxinidir}/requirements-py3.txt
|
||||
-r{toxinidir}/test-requirements-py3.txt
|
||||
commands = python -m testtools.run \
|
||||
ceilometer.tests.test_utils
|
||||
|
||||
[testenv:cover]
|
||||
commands = bash -x {toxinidir}/setup-test-env.sh python setup.py testr --slowest --coverage --testr-args="{posargs}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user