Skip to content

Commit c39b650

Browse files
authored
Update tested Python versions on Travis
1 parent 979c1ee commit c39b650

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
5-
- "3.4"
6-
- "3.5"
74
- "3.6"
8-
- "3.6-dev"
5+
- "3.7"
96
- "3.7-dev"
7+
- "3.8-dev"
108

119
addons:
1210
apt:
@@ -16,8 +14,8 @@ addons:
1614
matrix:
1715
allow_failures:
1816
python:
19-
- "3.6-dev"
2017
- "3.7-dev"
18+
- "3.8-dev"
2119

2220
install:
2321
- pip install --upgrade pip

0 commit comments

Comments
 (0)