Add `medallion` dependency to Travis CI tests
parent
2fe9a0f297
commit
7788ad8583
|
@ -3,6 +3,7 @@ not_skip = __init__.py
|
||||||
skip = workbench.py
|
skip = workbench.py
|
||||||
known_third_party =
|
known_third_party =
|
||||||
dateutil,
|
dateutil,
|
||||||
|
medallion,
|
||||||
ordereddict,
|
ordereddict,
|
||||||
pytest,
|
pytest,
|
||||||
pytz,
|
pytz,
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -9,6 +9,7 @@ deps =
|
||||||
pytest-cov
|
pytest-cov
|
||||||
coverage
|
coverage
|
||||||
taxii2-client
|
taxii2-client
|
||||||
|
medallion
|
||||||
commands =
|
commands =
|
||||||
pytest --ignore=stix2/test/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing
|
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 stix2/test/test_workbench.py --cov=stix2 --cov-report term-missing --cov-append
|
||||||
|
|
Loading…
Reference in New Issue