Skip to content

Commit

Permalink
Add travis-ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamela McA'Nulty committed Jan 15, 2017
1 parent 0e1eb6f commit efc60b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox

0 comments on commit efc60b7

Please sign in to comment.