diff --git a/.travis.yml b/.travis.yml index fec022bd..c599f7fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "3.2" - "3.3" - "3.4" - - "3.5" install: - pip install coveralls==0.5 before_script: diff --git a/setup.py b/setup.py index 67661385..d83ee613 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,6 @@ def run(self): 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', ], entry_points=""" [console_scripts]