Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Fix Python 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhdu committed Nov 21, 2018
1 parent 6f10637 commit d0d5bc2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: python
python:
- 3.6
- 3.7
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.6

notifications:
email: false
Expand Down

0 comments on commit d0d5bc2

Please sign in to comment.