Merge "Added support for running the tests under PyPy with tox"

This commit is contained in:
Jenkins
2013-11-22 07:07:48 +00:00
committed by Gerrit Code Review

View File

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