diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-28 09:44:37 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-28 09:44:51 -0700 |
commit | d352d831a5cf3fd7fe15515259b029957c3ae371 (patch) | |
tree | bfb2969b87f36d41ac36bc8d3f0fe86ba05f854d /tox.ini | |
parent | 6c041058da3c7263d79a6904560bf39cfadbaec1 (diff) | |
download | python-swiftclient-d352d831a5cf3fd7fe15515259b029957c3ae371.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: Ia512b68b5b47a88d5f7c1015cdf7151c322d293d
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} |