Skip to content

Commit

Permalink
travis: use official workaround for Python 3.7 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Oct 23, 2018
1 parent a620f09 commit 451c2c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ matrix:
# note: this is only to properly annotate coverage build in the matrix
env: COVERAGE=1
language: python
# note: workaround to get Python 3.7
# see: https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
sudo: required
dist: xenial
python: '3.7'

cache:
Expand Down

0 comments on commit 451c2c4

Please sign in to comment.