summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2014-06-24 15:13:27 -0400
committerRyan Petrello <lists@ryanpetrello.com>2014-06-24 15:13:27 -0400
commit43f2f2599c43a48742f48d826a0ceb9efc852eb5 (patch)
tree3024406cf7af2a7d7234429be82cc5fb363bce63
parent7d3f14b76b9716c65d76bffaa33afda8a907c0c4 (diff)
downloadpecan-43f2f2599c43a48742f48d826a0ceb9efc852eb5.tar.gz
Test ceilometer on py27.
Change-Id: I885dbfbddd2d6acdcbec6271acbccaebbc0de5de
-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