Run unit tests under PyPy too

This commit is contained in:
sneakypete81 2014-02-02 20:43:49 +00:00
parent f497adcabd
commit 2890cd5d7d

View file

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, coverage
envlist = py26, py27, py33, pypy, coverage
[testenv]
commands = python -m unittest discover tests/unit