Skip to content

Commit

Permalink
Travis CI: Add Python 3.7 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 10, 2018
1 parent 4266585 commit d45d457
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,12 @@ python:
- 3.5
- 3.6

matrix:
include:
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)

install:
- pip install -r requirements_dev.txt

Expand Down

0 comments on commit d45d457

Please sign in to comment.