Files
mysqlclient/tox.ini
Corey Farwell 1fb0476067 Test on PyPy
2014-11-05 11:43:32 -05:00

9 lines
119 B
INI

[tox]
envlist = py26, py27, pypy, py33, py34
[testenv]
commands =
nosetests {posargs:-w tests -v}
deps =
nose