Skip to content

Commit

Permalink
Merge pull request #271 from johngian/fix-py37-travis
Browse files Browse the repository at this point in the history
Add workaround to enable py37 in travis.
  • Loading branch information
johngian committed Aug 10, 2018
2 parents c8bcd91 + f92ea7f commit 32fecfe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"

# Workaround for python 3.7
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true

install:
- pip install codecov tox-travis
Expand Down

0 comments on commit 32fecfe

Please sign in to comment.