Skip to content

Commit eb22a85

Browse files
committed
travis: add python 3.{7,8} support
1 parent db8f3a9 commit eb22a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
dist: xenial
3-
sudo: required
43
python:
54
- "2.7"
65
- "3.6"
76
- "3.7"
87
- "3.7-dev"
8+
- "3.8"
99
- "3.8-dev"
1010

1111
addons:

0 commit comments

Comments
 (0)