mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove coverage per default from testing
We have no pretty way of showing this right now meaning it's pretty much just noise.
This commit is contained in:
parent
77307e3bbf
commit
e80233bc44
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue