Skip to content

Commit 13ddae4

Browse files
committed
tox: Pass TESTDB envvar to test
1 parent cac3b61 commit 13ddae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist = py26, py27, pypy, py33, py34
33

44
[testenv]
5+
passenv = TESTDB
56
commands =
67
py.test --cov {envsitepackagesdir}/MySQLdb
78
deps =

0 commit comments

Comments
 (0)