Skip to content

Commit

Permalink
travisci: Test Python 3.7 as well
Browse files Browse the repository at this point in the history
Use the workaround from

    travis-ci/travis-ci#9815

since Python 3.7 is not yet supported by the default image.
  • Loading branch information
agx committed Sep 17, 2018
1 parent 8428343 commit 2f6a432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

before_install:
- sudo apt-get -qq update
Expand Down

0 comments on commit 2f6a432

Please sign in to comment.