mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
9 lines
119 B
INI
9 lines
119 B
INI
[tox]
|
|
envlist = py26, py27, pypy, py33, py34
|
|
|
|
[testenv]
|
|
commands =
|
|
nosetests {posargs:-w tests -v}
|
|
deps =
|
|
nose
|