cti-python-stix2/.travis.yml

18 lines
267 B
YAML

sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip setuptools
- pip install tox-travis pre-commit
- pip install codecov
script:
- tox
- pre-commit run --all-files
after_success:
- codecov