cti-python-stix2/.travis.yml

16 lines
225 B
YAML
Raw Normal View History

2017-02-14 21:58:07 +01:00
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip setuptools
- pip install tox-travis pre-commit
2017-04-05 23:27:04 +02:00
script:
- tox
2017-04-05 23:33:50 +02:00
- pre-commit run --all-files