Skip to content

Commit

Permalink
fix travis python 3.7 support travis-ci/travis-ci#9815
Browse files Browse the repository at this point in the history
  • Loading branch information
mchwalisz committed Feb 24, 2019
1 parent 2736399 commit 4e07175
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true

cache:
pip: true
Expand Down

0 comments on commit 4e07175

Please sign in to comment.