diff --git a/tox.ini b/tox.ini index 9eaeb5d..8a0b7cd 100644 --- a/tox.ini +++ b/tox.ini @@ -13,13 +13,13 @@ commands = flake8 bootstrapvz/ tests/ --exclude=minify_json.py {posargs} deps = nose nose-cov -commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/unit} +commands = nosetests --verbose {posargs:tests/unit} [testenv:integration] deps = nose nose-cov -commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/integration} +commands = nosetests --verbose {posargs:tests/integration} [testenv:system] deps = @@ -28,7 +28,7 @@ deps = nose-htmloutput Pyro4 >= 4.30 pyvbox >= 0.2.0 -commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --with-html --html-file=system.html --verbose {posargs:tests/system} +commands = nosetests --with-html --html-file=system.html --verbose {posargs:tests/system} [testenv:docs] changedir = docs