Skip to content

Commit

Permalink
Added py3.5/3.7 to travis test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed Mar 26, 2019
1 parent f03ebbf commit ef51a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
script:
- python setup.py test

0 comments on commit ef51a41

Please sign in to comment.