Skip to content

Commit ea5946e

Browse files
authored
Travis CI: Stop testing on EOL versions of Python
Python 2.6 and 3.4 are now End of Life.
1 parent 346c422 commit ea5946e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
2+
dist: xenial
23
python:
3-
- 2.6
44
- 2.7
5-
- 3.4
6-
- 3.6
5+
- 3.5
6+
- 3.7
77
- pypy
88
install:
99
- python setup.py develop

0 commit comments

Comments
 (0)