Remove pytest-cov flag

This commit is contained in:
Pedro Ferreira 2017-08-05 12:47:07 +02:00
parent ee68cd125b
commit 297b1268b0

View File

@ -1,3 +1,3 @@
[pytest]
addopts = --cov ssb --cov-report term-missing --no-cov-on-fail
addopts = --cov ssb --cov-report term-missing
python_files = ssb/tests/test_*.py