Skip to content

Commit

Permalink
Adding Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed Dec 11, 2018
1 parent d157101 commit e449a79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
- "3.6"
script:
- python setup.py test

0 comments on commit e449a79

Please sign in to comment.