Skip to content

Commit

Permalink
Merge pull request srsudar#79 from scorphus/travis-pipeline
Browse files Browse the repository at this point in the history
Add Python 3.7 back to TravisCI pipeline
  • Loading branch information
srsudar committed Oct 22, 2018
2 parents 4150e9a + a1acbb1 commit 5f18a0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@ python:
- "3.5"
- "3.6"

# Temporarily use xenial with with sudo to install Python 3.7. References:
# https://github.com/travis-ci/travis-ci/issues/9069
# https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: "3.7"
dist: xenial
sudo: required

# Command to run tests
script: py.test

0 comments on commit 5f18a0e

Please sign in to comment.