Skip to content

Commit 6b5ddd3

Browse files
authored
Merge pull request #1 from cclauss/patch-1
Travis CI: Add Python 3.7 to the testing
2 parents 4266585 + d45d457 commit 6b5ddd3

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)