Skip to content

Commit

Permalink
Add Python 3.7 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Nov 4, 2018
1 parent 862338a commit a8b88d4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Expand Up @@ -2,11 +2,17 @@

sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
# Per https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-426312699

install:
- python setup.py install
Expand Down

0 comments on commit a8b88d4

Please sign in to comment.