Skip to content

Commit

Permalink
Update .travis.yml (#1557)
Browse files Browse the repository at this point in the history
Add support for Python 3.7. Fix #1552
  • Loading branch information
wesleydeal authored and cmccandless committed Oct 8, 2018
1 parent 0c4d4f4 commit 65f2350
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .travis.yml
Expand Up @@ -2,14 +2,26 @@ sudo: false

language: python

python:
- 2.7
- 3.4
- 3.5
- 3.6
- nightly

matrix:
include:
- python: 2.7
dist: trusty
sudo: false
- python: 3.4
dist: trusty
sudo: false
- python: 3.5
dist: trusty
sudo: false
- python: 3.6
dist: trusty
sudo: false
- python: 3.7
dist: xenial
sudo: true
- python: nightly
dist: trusty
sudo: false
allow_failures:
- python: nightly

Expand Down

0 comments on commit 65f2350

Please sign in to comment.