Update Tox test configuration
parent
edd7148e3c
commit
99e76c26ae
5
tox.ini
5
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_*
|
||||
|
||||
|
|
Loading…
Reference in New Issue