Update Tox test configuration

stix2.1
Emmanuelle Vargas-Gonzalez 2018-07-10 14:39:20 -04:00
parent edd7148e3c
commit 99e76c26ae
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@ deps =
taxii2-client
medallion
commands =
pytest --ignore=stix2/test/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing
pytest stix2/test/test_workbench.py --cov=stix2 --cov-report term-missing --cov-append
pytest --ignore=stix2/test/v20/test_workbench.py --ignore=stix2/test/v21/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing
pytest stix2/test/v20/test_workbench.py --cov=stix2 --cov-report term-missing --cov-append
pytest stix2/test/v21/test_workbench.py --cov=stix2 --cov-report term-missing --cov-append
passenv = CI TRAVIS TRAVIS_*