WIP: Update tox.ini
parent
1ff640de3c
commit
4d35cc6f28
14
tox.ini
14
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27,py34,py35,py36,pycodestyle,isort-check
|
||||
envlist = py27,py34,py35,py36,pycodestyle,isort-check,taxii-datastore
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
@ -33,9 +33,17 @@ commands =
|
|||
isort -rc stix2 examples -df
|
||||
isort -rc stix2 examples -c
|
||||
|
||||
[testenv:taxii-datastore]
|
||||
deps =
|
||||
git+https://github.com/oasis-open/cti-taxii-client.git#egg=taxii2-client
|
||||
git+https://github.com/oasis-open/cti-taxii-server.git#egg=medallion
|
||||
|
||||
commands =
|
||||
py.test --cov=stix2 stix2/test/test_datastore_taxii.py --cov-report term-missing
|
||||
|
||||
[travis]
|
||||
python =
|
||||
2.7: py27, pycodestyle
|
||||
2.7: py27, pycodestyle, taxii-datastore
|
||||
3.4: py34, pycodestyle
|
||||
3.5: py35, pycodestyle
|
||||
3.6: py36, pycodestyle
|
||||
3.6: py36, pycodestyle, taxii-datastore
|
||||
|
|
Loading…
Reference in New Issue