Skip to content

Commit

Permalink
Add python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lphuberdeau committed Oct 10, 2018
1 parent 10cfc9a commit 2c3b54e
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 @@ -6,6 +6,10 @@ sudo: false
python:
- "3.6"
- "3.5"
matrix:
include:
- python: 3.7
dist: xenial

before_install:
- pip install -U pip
Expand Down

0 comments on commit 2c3b54e

Please sign in to comment.