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
This commit is contained in:
Alex Gaynor 2013-08-28 09:44:37 -07:00
parent 6c041058da
commit d352d831a5

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