Skip to content

Commit eea59a8

Browse files
authored
.travis.yml: Update Python versions and remove 2.6
Python 2.6 is not among supported Python anymore https://docs.travis-ci.com/user/languages/python/
1 parent 327a55f commit eea59a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "3.3"
65
- "3.4"
76
- "3.5"
8-
- "3.5-dev" # 3.5 development branch
9-
- "nightly" # currently points to 3.6-dev
7+
- "3.6"
8+
- "3.7"
9+
- "3.7-dev"
10+
- "3.8-dev"
1011

1112
install:
1213
- pip install coverage

0 commit comments

Comments
 (0)