Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Jul 5, 2016
1 parent 4464bb2 commit 8fb05ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- 3.5.1

install:
- python -mpip install tox
script:
- tox
after_success:
- tox -e py35-coveralls

0 comments on commit 8fb05ce

Please sign in to comment.