Skip to content

Commit 8c62b99

Browse files
committed
Update .travis.yml
Travis: removed 2.6 and 3.3 (not supported). Added 3.7. Also added 3.8 (for experiment)
1 parent e3b1268 commit 8c62b99

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,11 +1,10 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.6"
7+
- "3.7"
98
- "pypy"
109
- "pypy3"
1110
install: "pip install -r requirements.txt"

0 commit comments

Comments
 (0)