Removed support for python 2.6. Fix #141

This commit is contained in:
Jan Vlcinsky
2018-04-14 00:09:07 +02:00
parent 55fe42a4ae
commit 76afc6fd67
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
sudo: false sudo: false
language: python language: python
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
+1 -1
View File
@@ -84,12 +84,12 @@ setup(
'Natural Language :: English', 'Natural Language :: English',
'License :: OSI Approved :: ISC License (ISCL)', 'License :: OSI Approved :: ISC License (ISCL)',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
), ),
cmdclass={ cmdclass={
+1 -1
View File
@@ -3,7 +3,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py26, py27, py33, py34, py35, py36 envlist = py27, py33, py34, py35, py36
[testenv] [testenv]
commands = commands =