update test environment requirements

master
Emmanuelle Vargas-Gonzalez 2019-09-16 14:45:01 -04:00
parent e8eb7bcca2
commit ea0df70806
3 changed files with 4 additions and 5 deletions

View File

@ -5,6 +5,7 @@ known_third_party =
antlr4,
dateutil,
medallion,
pyjarowinkler,
pytest,
pytz,
requests,

View File

@ -1,16 +1,13 @@
sudo: false
language: python
cache: pip
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
dist: xenial
sudo: true
- "3.7"
install:
- pip install -U pip setuptools
- pip install tox-travis pre-commit

View File

@ -9,6 +9,7 @@ deps =
pytest-cov
coverage
taxii2-client
pyjarowinkler
medallion
commands =
pytest --ignore=stix2/test/v20/test_workbench.py --ignore=stix2/test/v21/test_workbench.py --cov=stix2 stix2/test/ --cov-report term-missing