Skip to content

Commit

Permalink
Turn on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Mar 6, 2018
1 parent 0a2f9c1 commit 3f5f48e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
sudo: false
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
install: pip install tox-travis
script: tox

0 comments on commit 3f5f48e

Please sign in to comment.