Skip to content

Commit

Permalink
Enable Travis-CI support.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 8, 2017
1 parent 62a9977 commit 8119873
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install tox-travis
script:
- tox
notifications:
email:
- gback@mitre.org
- stix-commits-list@lists.mitre.org

0 comments on commit 8119873

Please sign in to comment.