Dropping python 2.6 support

This commit is contained in:
Rato
2017-05-16 20:46:25 +02:00
parent 066de49184
commit f630d850d0
3 changed files with 1 additions and 8 deletions
-1
View File
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
-1
View File
@@ -46,7 +46,6 @@ args = dict(name='guessit',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
+1 -6
View File
@@ -1,10 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,pypy
[testenv:py26]
commands =
{envbindir}/pip install -e .[dev,test]
{envpython} setup.py test
envlist = py27,py33,py34,py35,pypy
[testenv]
commands =