tox.ini: remove extraneous coverage --omit option
Reviewed-by: Dan Mick <dmick@redhat.com>
commands = coverage run --append --source=ceph_disk {envbindir}/py.test -vv {toxinidir}/tests/test_main.py
coverage run --append --source=ceph_disk {envbindir}/py.test -vv {toxinidir}/tests/test_prepare.py
{toxinidir}/tests/ceph-disk.sh
- coverage report --omit=*test*,*tox* --show-missing
+ coverage report --show-missing
[testenv:flake8]
-commands = flake8 --ignore=H105,H405 ceph_disk tests
+commands = flake8 --ignore=H105,H405,E127 ceph_disk tests