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.
2 parents 15c4a95 + 18fff4d commit 9c39afaCopy full SHA for 9c39afa
tox.ini
@@ -2,15 +2,15 @@
2
envlist = py26,py27,flake8
3
4
[testenv]
5
-commands = nosetests
+commands = nosetests {posargs}
6
deps = -r{toxinidir}/requirements.txt
7
-r{toxinidir}/test-requirements.txt
8
9
[testenv:cover]
10
-commands = nosetests --with-coverage
+commands = nosetests --with-coverage {posargs}
11
12
[testenv:flake8]
13
-commands = flake8
+commands = flake8 {posargs}
14
15
[testenv:venv]
16
commands = {posargs}
0 commit comments