Skip to content

Commit

Permalink
Fix Python 3.7 travis configuration
Browse files Browse the repository at this point in the history
Workaround upstream travis-ci/travis-ci#9815
  • Loading branch information
jdufresne authored and uiri committed Aug 29, 2018
1 parent e78f13a commit 0c1bbf6
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 @@ -4,8 +4,14 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"

matrix:
include:
- python: "3.7"
dist: xenial
sudo: true

notifications:
email: false
addons:
Expand Down

0 comments on commit 0c1bbf6

Please sign in to comment.