Skip to content

Commit dc48b46

Browse files
childish-sambinodprothero
authored andcommitted
Add py37 to TravisCI config (#459)
* Add py37 to TravisCI config * Update Travis CI config to use Xenial to support py37
1 parent 0f74dbe commit dc48b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
dist: xenial # required for Python >= 3.7
12
language: python
23
python:
34
- "2.7"
45
- "3.4"
56
- "3.5"
67
- "3.6"
8+
- "3.7"
79
services:
810
- docker
911
install:

0 commit comments

Comments
 (0)