diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-28 09:35:28 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-28 09:35:28 -0700 |
commit | d9782457fcc4539a0dbe795831114b6fc756d23c (patch) | |
tree | 3fd6e254c288d00225fae9a283a179f54f79b0c3 /tox.ini | |
parent | 2e97eb7e533deb549c206b9e06c012b6550ff703 (diff) | |
download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,pypy,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} |