Skip to content

Commit

Permalink
Matrix build python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Oct 8, 2018
1 parent 9b61d98 commit ec94ed0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
@@ -1,10 +1,14 @@
dist: xenial
sudo: true
language: python
python:
- "3.5"
- "3.6"
- "3.7"

matrix:
fast_finish: true
include:
- python: 3.7
dist: xenial # Required for Python 3.7
sudo: true # travis-ci/travis-ci#9069

before_install:
# http://conda.pydata.org/docs/travis.html
Expand Down

0 comments on commit ec94ed0

Please sign in to comment.