Skip to content

Commit

Permalink
Add travis config gile.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomir committed May 17, 2016
1 parent cdb6ac0 commit 295bd9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
install: "python setup.py install"
script: "python setup.py test"

0 comments on commit 295bd9e

Please sign in to comment.