From d63ff82bf4f1daa487ff652bd88280ac14ccb226 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Tue, 20 Nov 2018 16:54:32 +1100 Subject: [PATCH] removed troublesome Python 3.5 travis test --- .travis.yml | 1 - setup.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9330783f..3654a690 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ dist: trusty matrix: include: - python: 2.7 - - python: 3.5 - python: 3.6 addons: apt: diff --git a/setup.py b/setup.py index a9e0e40c..5a05638a 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',