Skip to content

Commit 229b43d

Browse files
committed
run converage in tox
1 parent 5bb3bd8 commit 229b43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ envlist =
77

88
[testenv]
99
downloadcache = {toxworkdir}/cache/
10-
commands={envpython} runtests.py
10+
commands=coverage run runtests.py
1111
deps =
12-
-r{toxinidir}/requirements/optional.txt
12+
-r{toxinidir}/requirements/testing.txt
1313

1414
[testenv:py26-django14]
1515
basepython = python2.6

0 commit comments

Comments
 (0)