Added support for running the tests under PyPy with tox
This is a precursor to having them run under check and gate. Change-Id: I377f0a4dddc063402db7486789f7c00847013eec
This commit is contained in:
parent
8ea9fa31e6
commit
07bd82488d
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
distribute = False
|
||||
envlist = py26,py27,py33,pep8
|
||||
envlist = py26,py27,py33,pypy,pep8
|
||||
|
||||
[testenv]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user