Skip to content

Commit 51ec9c6

Browse files
committed
add python3.7 to travis CI
1 parent e2f626e commit 51ec9c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ python:
77
- 3.6
88
- 3.7
99

10+
# tmp fix until travis gets python3.7
11+
dist: xenial
12+
sudo: true
13+
1014
install:
1115
- pip install -r requirements.txt
1216
- pip install -e .

0 commit comments

Comments
 (0)