Skip to content

Commit

Permalink
Fix for TravisCI python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgilbert committed Sep 7, 2018
1 parent b18ef8a commit 9871ec5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# fix for https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
Expand Down

0 comments on commit 9871ec5

Please sign in to comment.