mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 04:22:40 +01:00
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
This commit is contained in:
parent
b1ae7cb692
commit
fba8949e2f
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -13,7 +13,7 @@ deps =
|
|||
flask
|
||||
responses
|
||||
commands =
|
||||
nosetests
|
||||
nosetests {posargs}
|
||||
|
||||
[testenv:py26]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue