summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-11-22 07:07:48 +0000
committerGerrit Code Review <review@openstack.org>2013-11-22 07:07:48 +0000
commitfb03281c9ebd204131d2f1fca6e8cf924a4ffda9 (patch)
tree3c9debf1421aa1cefb5466021960160d69070c8e
parent6e214b2c03a98b0284b75988ca07a047eb1d6806 (diff)
parent07bd82488d9985c237cf630352cb06ebba1ea789 (diff)
downloadpython-cinderclient-fb03281c9ebd204131d2f1fca6e8cf924a4ffda9.tar.gz
Merge "Added support for running the tests under PyPy with tox"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65bcb21..f4debdd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,py33,pypy,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}