Skip to content

Commit

Permalink
Merge pull request #38 from nicwest/tox-travis
Browse files Browse the repository at this point in the history
Tox and travis
  • Loading branch information
AnthonyDiGirolamo authored Dec 22, 2016
2 parents 0d8e503 + d2dc870 commit 63b2b45
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3,144 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "2.7"
- "3.4"
install:
- pip install tox-travis
script:
- tox

notifications:
email:
on_success: never
on_failure: change
Loading

0 comments on commit 63b2b45

Please sign in to comment.