Run unit tests under PyPy too
This commit is contained in:
parent
f497adcabd
commit
2890cd5d7d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py33, coverage
|
envlist = py26, py27, py33, pypy, coverage
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python -m unittest discover tests/unit
|
commands = python -m unittest discover tests/unit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue