Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganasherjones committed Feb 4, 2018
1 parent b92486e commit 9b28c8c
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 @@
install: pip install -U tox-travis codecov
language: python
python:
- 3.6
- 3.5
- 2.7
script: tox
after_success:
codecov

0 comments on commit 9b28c8c

Please sign in to comment.