Removing python 3.3 from the travis build.

This commit is contained in:
Michael Lazar
2017-12-04 11:15:31 -05:00
committed by Michael Lazar
parent 5d8a128e8a
commit 516f2c7473
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ language: python
dist: trusty dist: trusty
python: python:
- 2.7 - 2.7
- 3.3
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6 - 3.6

View File

@@ -74,7 +74,6 @@ setuptools.setup(
'Operating System :: POSIX', 'Operating System :: POSIX',
'Natural Language :: English', 'Natural Language :: English',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'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 :: 3.6',