Skip to content

Commit 7af32e0

Browse files
committed
Update travis to remove unsupported python versions. Add 3.7 and 3.8.
1 parent 8ea7ee1 commit 7af32e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "pypy"
6-
- "3.2"
7-
- "3.3"
85
- "3.4"
96
- "3.5"
107
- "3.6"
8+
- "3.7"
9+
- "3.8"
1110
script: python setup.py test

0 commit comments

Comments
 (0)