Skip to content

Commit

Permalink
Fix Travis so it works with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Jun 26, 2019
1 parent c1a0e3a commit b9dd8fa
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.6"
- "3.7"

branches:
only:
Expand Down

0 comments on commit b9dd8fa

Please sign in to comment.