Skip to content

Commit bee415d

Browse files
committed
deprecate py2.6
1 parent 1a31478 commit bee415d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: python
33
sudo: no
44

55
python:
6-
- "2.6"
76
- "2.7"
87
- "3.3"
98
- "3.4"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py33, py34, py35, py36, py37, pypy
7+
envlist = py27, py33, py34, py35, py36, py37, pypy
88

99
[testenv]
1010
passenv = TEST_*

0 commit comments

Comments
 (0)