Add Travis-CI config.

stix2.1
Greg Back 2017-02-14 14:58:07 -06:00
parent fe61b00d78
commit be0e11fd5c
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
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
script: tox