summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-29 12:03:49 +0000
committerGerrit Code Review <review@openstack.org>2013-08-29 12:03:49 +0000
commitd6139aabda217fd0d6404ce06625ba80701b4986 (patch)
tree9cb903a22dc74633549ca07cea84f7b7d3174b86 /tox.ini
parent3851245ec41da10704e08651bba663c8af5524f4 (diff)
parentd9782457fcc4539a0dbe795831114b6fc756d23c (diff)
downloadpython-novaclient-d6139aabda217fd0d6404ce06625ba80701b4986.tar.gz
Merge "Added support for running the tests under PyPy with tox"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 66c8f48f..6ec26762 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,py33,pypy,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}