We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb3bd8 commit 229b43dCopy full SHA for 229b43d
tox.ini
@@ -7,9 +7,9 @@ envlist =
7
8
[testenv]
9
downloadcache = {toxworkdir}/cache/
10
-commands={envpython} runtests.py
+commands=coverage run runtests.py
11
deps =
12
- -r{toxinidir}/requirements/optional.txt
+ -r{toxinidir}/requirements/testing.txt
13
14
[testenv:py26-django14]
15
basepython = python2.6
0 commit comments