Added support for running the tests under PyPy with tox
This is a precursor to having them run under check and gate. Change-Id: I105404d45cd4be93909ea5a272fc7e7c0c6d78cb
This commit is contained in:
parent
2e97eb7e53
commit
d9782457fc
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
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