summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 16 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 946f919..e2af720 100644
--- a/tox.ini
+++ b/tox.ini
@@ -71,17 +71,31 @@ changedir = {envdir}/src/wsme
commands = nosetests -v tests/pecantest
[testenv:ceilometer-stable]
-basepython = python2.7
+basepython = python2.6
deps = -egit+http://git.openstack.org/cgit/openstack/ceilometer@stable/havana#egg=ceilometer
changedir = {envdir}/src/ceilometer
+usedevelop = True
+setenv = VIRTUAL_ENV={envdir}
+ LANG=en_US.UTF-8
+ LANGUAGE=en_US:en
+ LC_ALL=C
+ EVENTLET_NO_GREENDNS=yes
+install_command = pip install -U {opts} {packages}
commands = pip install -vrrequirements.txt
pip install -vrtest-requirements.txt
bash -x run-tests.sh {posargs}
[testenv:ceilometer-tip]
-basepython = python2.7
+basepython = python2.6
deps = -egit+http://git.openstack.org/cgit/openstack/ceilometer#egg=ceilometer
changedir = {envdir}/src/ceilometer
+usedevelop = True
+setenv = VIRTUAL_ENV={envdir}
+ LANG=en_US.UTF-8
+ LANGUAGE=en_US:en
+ LC_ALL=C
+ EVENTLET_NO_GREENDNS=yes
+install_command = pip install -U {opts} {packages}
commands = pip install -vrrequirements.txt
pip install -vrtest-requirements.txt
bash -x run-tests.sh {posargs}