summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-28 09:35:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-28 09:35:28 -0700
commitd9782457fcc4539a0dbe795831114b6fc756d23c (patch)
tree3fd6e254c288d00225fae9a283a179f54f79b0c3 /tox.ini
parent2e97eb7e533deb549c206b9e06c012b6550ff703 (diff)
downloadpython-novaclient-d9782457fcc4539a0dbe795831114b6fc756d23c.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: I105404d45cd4be93909ea5a272fc7e7c0c6d78cb
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 e7e18c0d..ce5ec596 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}