diff --git a/tox.ini b/tox.ini index 14d379c..48a28de 100644 --- a/tox.ini +++ b/tox.ini @@ -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_*