Skip to content

Commit 9b59b67

Browse files
authored
Update .travis.yml
1 parent ea33cba commit 9b59b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ stages:
55
language: python
66
python:
77
- "2.7"
8-
- "3.4"
98
- "3.5"
109
- "3.6"
10+
- "3.7"
11+
- "3.8"
1112
script:
1213
- python setup.py test
1314
- python setup.py -q install

0 commit comments

Comments
 (0)