Skip to content

Commit 6202e58

Browse files
committed
Update python runtime environments
- Python 2.7 is dead in a month or so. - Travis CI breaks on 3.3 (can't download it) - Python 3.4 shouldn't be alive and it's not even supported by major linux distros. - 3.8 is not enabled because it doesn't pass yet.
1 parent b7f27f4 commit 6202e58

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,9 +1,8 @@
11
language: python
22
python:
3-
- '2.7'
4-
- '3.3'
5-
- '3.4'
63
- '3.5'
4+
- '3.6'
5+
- '3.7'
76
install:
87
- pip install -r requirements.txt
98
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)