mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Add {posargs} to nosetest commands
This commit is contained in:
parent
1cca37985d
commit
4be7e8966c
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -8,20 +8,20 @@ max-line-length = 110
|
|||
|
||||
[testenv:flake8]
|
||||
deps = flake8
|
||||
commands = flake8 bootstrapvz/ --exclude=minify_json.py
|
||||
commands = flake8 bootstrapvz/ --exclude=minify_json.py {posargs}
|
||||
|
||||
[testenv:unit]
|
||||
deps =
|
||||
nose
|
||||
nose-cov
|
||||
commands = nosetests -v tests/unit --with-coverage --cover-package=bootstrapvz --cover-inclusive
|
||||
commands = nosetests -v tests/unit --with-coverage --cover-package=bootstrapvz --cover-inclusive {posargs}
|
||||
|
||||
[testenv:integration]
|
||||
deps =
|
||||
nose
|
||||
Pyro4 >= 4.30
|
||||
pyvbox >= 0.2.0
|
||||
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive
|
||||
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
changedir = docs
|
||||
|
|
Loading…
Add table
Reference in a new issue