Skip to content

Commit 072ac10

Browse files
committed
Allow overriding of args to nosetests in tox.
Now requires tox-1.0.0.
1 parent fcdad6c commit 072ac10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tox]
2+
minversion = 1.0
23
envlist = py24, py25, py26, py27, py31, py32, rst, sphinx
34

45
[testenv]
@@ -11,7 +12,7 @@ deps =
1112
commands =
1213
rm -rf build
1314
{envpython} setup.py build
14-
nosetests -vv tests
15+
nosetests {posargs:-vv} tests
1516
[testenv:rst]
1617
deps =
1718
docutils

0 commit comments

Comments
 (0)