summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-05 10:02:20 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-05 10:02:27 -0700
commit9310edb33d4415b9565ecfb36ad6fe45638aa4a7 (patch)
treed5d451f303f79591e55831668471a61e9f744f0f /tox.ini
parent04362650e026399893acc54f1091327a1e071105 (diff)
downloadpython-troveclient-9310edb33d4415b9565ecfb36ad6fe45638aa4a7.tar.gz
Added support for running the tests under PyPy with tox
This is a precursor to having them run under check and gate. Change-Id: I98692ac2591d488f0c5c6e64b1c176b21254289c
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 a39bcd2..3777b23 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Python Trove Client
[tox]
-envlist = py26,py27,pep8
+envlist = py26,py27,pypy,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}