Skip to content

Commit

Permalink
create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetrich committed Sep 17, 2016
1 parent f92f3ab commit 866b06e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "nightly"
install: pip install tox-travis
script: tox

0 comments on commit 866b06e

Please sign in to comment.