Skip to content

Commit

Permalink
Add Python 3.7 check to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Todic committed Jul 15, 2018
1 parent c993a96 commit 1f5cf92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
before_install:
- "pip install -U pip wheel coveralls"
- "pip install setuptools==36.0.1"
Expand Down

0 comments on commit 1f5cf92

Please sign in to comment.