Fix tox config (coverage was incorrectly reported)

stix2.0
Chris Lenk 2018-03-14 14:19:14 -04:00
parent e91b71f300
commit 4424809225
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ deps =
pytest-cov
coverage
commands =
py.test --ignore=stix2/test/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing --cov-append
py.test --ignore=stix2/test/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing
py.test stix2/test/test_workbench.py --cov=stix2 --cov-report term-missing --cov-append
passenv = CI TRAVIS TRAVIS_*