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 ed09f8f commit c22ab90Copy full SHA for c22ab90
tox.ini
@@ -5,7 +5,7 @@ envlist = docs, py27, py33, py34, py35, pypy, pypy3, quality-check
5
6
[testenv]
7
deps = -r{toxinidir}/requirements.txt
8
-commands = py.test --timeout=0 -rw {posargs:specs tests}
+commands = py.test --timeout=0 {posargs:specs tests}
9
10
[testenv:docs]
11
deps = -r{toxinidir}/requirements-docs.txt
0 commit comments