Skip to content

Commit b343266

Browse files
author
Thomas Grainger
committed
drop support for python 2.6
it still works (for now...) but the tests fail, because py 2.6 unittest is old and broken
1 parent 18aca3c commit b343266

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: python
33
python: "3.5"
44
env:
5-
- TOX_ENV=py26
65
- TOX_ENV=py27
76
- TOX_ENV=py33
87
- TOX_ENV=py34

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"Topic :: Text Processing",
3838
"Programming Language :: Python",
3939
"Programming Language :: Python :: 2",
40-
"Programming Language :: Python :: 2.6",
4140
"Programming Language :: Python :: 2.7",
4241
"Programming Language :: Python :: 3",
4342
"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 = py{26,27,33,34,35,36}, lint
2+
envlist = py{27,33,34,35,36}, lint
33

44
[testenv]
55
commands = nosetests {posargs}

0 commit comments

Comments
 (0)