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, antlr4,
dateutil, dateutil,
medallion, medallion,
pyjarowinkler,
pytest, pytest,
pytz, pytz,
requests, requests,

View File

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

View File

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