summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 8 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 42a4cb3..47ecba2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -140,20 +140,20 @@ changedir = {envdir}/src/wsme
commands = nosetests -v tests/pecantest
[testenv:ceilometer-stable]
-basepython = python2.6
+basepython = python2.7
deps = -egit+http://git.openstack.org/cgit/openstack/ceilometer@stable/icehouse#egg=ceilometer
changedir = {envdir}/src/ceilometer
-commands = tox -e py26 --notest # ensure a virtualenv is built
- {envdir}/src/ceilometer/.tox/py26/bin/pip install -U {toxinidir} # install pecan-dev
- tox -e py26
+commands = tox -e py27 --notest # ensure a virtualenv is built
+ {envdir}/src/ceilometer/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
+ tox -e py27
[testenv:ceilometer-tip]
-basepython = python2.6
+basepython = python2.7
deps = -egit+http://git.openstack.org/cgit/openstack/ceilometer#egg=ceilometer
changedir = {envdir}/src/ceilometer
-commands = tox -e py26 --notest # ensure a virtualenv is built
- {envdir}/src/ceilometer/.tox/py26/bin/pip install -U {toxinidir} # install pecan-dev
- tox -e py26
+commands = tox -e py27 --notest # ensure a virtualenv is built
+ {envdir}/src/ceilometer/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
+ tox -e py27
[testenv:ironic-stable]
basepython = python2.7