Skip to content

Commit

Permalink
fix 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Nov 24, 2018
1 parent dfc8b36 commit 72980da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
# command to install dependencies
install:
- pip install pipenv
Expand Down

0 comments on commit 72980da

Please sign in to comment.