Add {posargs} to nosetest commands

This commit is contained in:
Anders Ingemann 2015-01-02 14:40:52 +01:00
parent 1cca37985d
commit 4be7e8966c

View file

@ -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