Skip to content

Commit 2098706

Browse files
committed
Run travis build on python 3.8 and 3.9
1 parent 0c26356 commit 2098706

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,7 +1,7 @@
11
language: python
22
sudo: false
33

4-
python: ["2.7", "3.5", "3.6", "3.7"]
4+
python: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
55
matrix:
66
include:
77
- python: 2.6

0 commit comments

Comments
 (0)