Files
mysqlclient/tox.ini
2014-04-20 23:23:55 +09:00

9 lines
112 B
INI

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