Skip to content

Commit 7661e74

Browse files
committed
Drop support for EOL Python 2.6
1 parent ccdb696 commit 7661e74

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ matrix:
1313
env: TOXENV=py,py-lowest,codecov
1414
- python: 2.7
1515
env: TOXENV=py,codecov
16-
- python: 2.6
17-
env: TOXENV=py,py-lowest,codecov
1816
- python: pypy
1917
env: TOXENV=py,codecov
2018
- python: nightly

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
'Topic :: Software Development :: Libraries :: Python Modules',
4444
'Programming Language :: Python',
4545
'Programming Language :: Python :: 2',
46-
'Programming Language :: Python :: 2.6',
4746
'Programming Language :: Python :: 2.7',
4847
'Programming Language :: Python :: 3',
4948
'Programming Language :: Python :: 3.3',

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{36,35,34,33,27,26,py}
4-
py{36,33,27,26,py}-lowest
3+
py{36,35,34,33,27,py}
4+
py{36,33,27,py}-lowest
55
docs_html
66
coverage_report
77

@@ -39,7 +39,6 @@ deps =
3939
codecov
4040
skip_install = true
4141
commands =
42-
python -c 'import sys, pip; sys.version_info < (2, 7) and pip.main(["install", "argparse", "-q"])'
4342
coverage combine
4443
coverage report
4544
codecov

0 commit comments

Comments
 (0)