update test environment requirements
parent
e8eb7bcca2
commit
ea0df70806
|
@ -5,6 +5,7 @@ known_third_party =
|
||||||
antlr4,
|
antlr4,
|
||||||
dateutil,
|
dateutil,
|
||||||
medallion,
|
medallion,
|
||||||
|
pyjarowinkler,
|
||||||
pytest,
|
pytest,
|
||||||
pytz,
|
pytz,
|
||||||
requests,
|
requests,
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
|
dist: xenial
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
matrix:
|
- "3.7"
|
||||||
include:
|
|
||||||
- python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
|
|
||||||
dist: xenial
|
|
||||||
sudo: true
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip setuptools
|
- pip install -U pip setuptools
|
||||||
- pip install tox-travis pre-commit
|
- pip install tox-travis pre-commit
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -9,6 +9,7 @@ deps =
|
||||||
pytest-cov
|
pytest-cov
|
||||||
coverage
|
coverage
|
||||||
taxii2-client
|
taxii2-client
|
||||||
|
pyjarowinkler
|
||||||
medallion
|
medallion
|
||||||
commands =
|
commands =
|
||||||
pytest --ignore=stix2/test/v20/test_workbench.py --ignore=stix2/test/v21/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing
|
pytest --ignore=stix2/test/v20/test_workbench.py --ignore=stix2/test/v21/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing
|
||||||
|
|
Loading…
Reference in New Issue