Skip to content

Commit c22ab90

Browse files
committed
Silence warnings when running tox.
1 parent ed09f8f commit c22ab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = docs, py27, py33, py34, py35, pypy, pypy3, quality-check
55

66
[testenv]
77
deps = -r{toxinidir}/requirements.txt
8-
commands = py.test --timeout=0 -rw {posargs:specs tests}
8+
commands = py.test --timeout=0 {posargs:specs tests}
99

1010
[testenv:docs]
1111
deps = -r{toxinidir}/requirements-docs.txt

0 commit comments

Comments
 (0)