Skip to content

Commit fba8949

Browse files
committed
tox: pass args through to nosetests
This way, you get parallel testing by passing --processes=N. You can get even more parallelism using detox: $ detox -- --processes=4
1 parent b1ae7cb commit fba8949

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
@@ -13,7 +13,7 @@ deps =
1313
flask
1414
responses
1515
commands =
16-
nosetests
16+
nosetests {posargs}
1717

1818
[testenv:py26]
1919
deps =

0 commit comments

Comments
 (0)