Skip to content

Commit 5aaf4c0

Browse files
committed
Drop support for Python 2.6
1 parent 87e60b8 commit 5aaf4c0

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: python
22

33
matrix:
44
include:
5-
- python: 2.6
6-
env: TOXENV=python2.6
75
- python: 2.7
86
env: TOXENV=python2.7
97
- python: 3.3

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"Operating System :: POSIX",
4545
"Operating System :: POSIX :: Linux",
4646
"Programming Language :: Python :: 2",
47-
"Programming Language :: Python :: 2.6",
4847
"Programming Language :: Python :: 2.7",
4948
"Programming Language :: Python :: 3",
5049
"Programming Language :: Python :: 3.3",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = python{2.6,2.7,3.3,3.4,3.5}
2+
envlist = python{2.7,3.3,3.4,3.5}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)