Added support for running the tests under PyPy with tox

This is a precursor to having them run under check and gate.

Change-Id: I1e56f44c370a444b99bd2a60ebe2d3843a9648b6
This commit is contained in:
Alex Gaynor
2013-08-28 10:41:37 -07:00
parent 397b670de8
commit fa7ff0a7df

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pep8
envlist = py26,py27,py33,pypy,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}