Skip to content

Commit 6b14fab

Browse files
committed
Update Travis-CI build matrix.
Remove Python versions that are not supported anymore and add new ones.
1 parent 73bd848 commit 6b14fab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: python
22

33
python:
4-
- "2.6"
54
- "2.7"
6-
- "3.3"
75
- "3.4"
86
- "3.5"
97
- "3.6"
8+
- "3.7"
109

1110
matrix:
1211
include:

0 commit comments

Comments
 (0)