Drop support for EOL Python 2.6

pull/100/head
Hugo 7 years ago
parent 78cac34bb3
commit 27159f45b3

@ -4,7 +4,6 @@ python:
- "3.4"
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34

@ -38,7 +38,6 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py33, py34
envlist = py27, py33, py34
[testenv]
deps=pytest

Loading…
Cancel
Save