Remove 2.6 from testing matrix

Explicitly list which versions of Python 2 and 3 we support
This commit is contained in:
Ian Cordasco 2016-03-18 13:55:37 -05:00
parent 0fd276d5ee
commit a1c1247cba
2 changed files with 3 additions and 2 deletions

View file

@ -11,8 +11,6 @@ notifications:
matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3

View file

@ -120,7 +120,10 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
],