Skip to content

Commit 3a09a0a

Browse files
committed
add python 3.7 on travis
1 parent a6545c4 commit 3a09a0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ matrix:
1313
python: 3.5
1414
- os: linux
1515
sudo: required
16-
python: 3.6
16+
python: 3.6
17+
- os: linux
18+
sudo: required
19+
python: 3.7
1720
- os: linux
1821
sudo: required
1922
python: 2.7

0 commit comments

Comments
 (0)