Skip to content

Commit

Permalink
Fix Python 3.7 travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Mar 16, 2019
1 parent cc04b13 commit 34dc309
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip3 install -r requirements.txt
script:
Expand Down

0 comments on commit 34dc309

Please sign in to comment.