Drop testing for Python 2.6

This commit is contained in:
Tim Graham 2016-10-04 08:59:34 -04:00
parent afc4d3946c
commit 8ff8e709ac
2 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3

View file

@ -79,8 +79,6 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',