Add `medallion` dependency to Travis CI tests

stix2.0
Emmanuelle Vargas-Gonzalez 2018-04-23 14:26:26 -04:00
parent 2fe9a0f297
commit 7788ad8583
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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