mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
12 lines
153 B
INI
12 lines
153 B
INI
[tox]
|
|
envlist = py25, py26, py27, py33
|
|
|
|
[testenv]
|
|
setenv =
|
|
TESTDB=travis.cnf
|
|
commands =
|
|
nosetests {posargs:-w tests -v}
|
|
deps =
|
|
ipdb
|
|
nose
|