summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-05 09:57:31 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-05 09:57:40 -0700
commitb331cb63a4b9636c4ee992684bd56cb2c9d3ca4a (patch)
tree3123eb0c18e997eb5ec68560d9e9294dd8795038 /tox.ini
parent897ae3d795423a0f1d92f0738ad4dff99c28c6de (diff)
downloadpython-glanceclient-b331cb63a4b9636c4ee992684bd56cb2c9d3ca4a.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: I9c2f8218f457aeaa03e06b4a87554fcdc40e4a0a
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 8980ada..9a3f674 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}