diff --git a/.travis.yml b/.travis.yml index 78a0db1..46fffdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ notifications: matrix: include: - - python: 2.6 - env: TOXENV=py26 - python: 2.7 env: TOXENV=py27 - python: 3.3 diff --git a/setup.py b/setup.py index f0b9b83..c090263 100644 --- a/setup.py +++ b/setup.py @@ -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", ],