Added support for running the tests under PyPy with tox

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

Change-Id: I9c2f8218f457aeaa03e06b4a87554fcdc40e4a0a
This commit is contained in:
Alex Gaynor 2013-09-05 09:57:31 -07:00
parent 897ae3d795
commit b331cb63a4
1 changed files with 1 additions and 1 deletions

View File

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