Skip to content

Commit

Permalink
Merge pull request #558 from Kilo59/travis/updated_py37
Browse files Browse the repository at this point in the history
use newer python 3.7
  • Loading branch information
CamDavidsonPilon committed Dec 1, 2018
2 parents 259c3c0 + 9dd8dfb commit b512345
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 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
# Enable newer 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
before_install:
- sudo apt-get update
install:
Expand Down

0 comments on commit b512345

Please sign in to comment.