mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
13 lines
193 B
INI
13 lines
193 B
INI
[tox]
|
|
envlist = py26, py27, pypy, py33, py34
|
|
|
|
[testenv]
|
|
passenv = TESTDB
|
|
commands =
|
|
py.test --cov {envsitepackagesdir}/MySQLdb
|
|
deps =
|
|
mock
|
|
coverage==3.7.1
|
|
pytest
|
|
pytest-cov
|