Skip to content

Commit d45d457

Browse files
author
cclauss
authored
Travis CI: Add Python 3.7 to the testing
1 parent 4266585 commit d45d457

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ python:
44
- 3.5
55
- 3.6
66

7+
matrix:
8+
include:
9+
- python: 3.7
10+
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
11+
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
12+
713
install:
814
- pip install -r requirements_dev.txt
915

0 commit comments

Comments
 (0)