From b4c6c7fdfff2dfd08e489114aa9fd4d4f60fc113 Mon Sep 17 00:00:00 2001 From: Nathan Klapstein Date: Thu, 15 Nov 2018 03:25:47 -0700 Subject: [PATCH] removing tests for python2.6 --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 935e62cfb..5b8a06440 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ after_success: jobs: include: - - python: 2.6 - python: 2.7 - python: 3.4 - python: 3.5 diff --git a/setup.py b/setup.py index 0b066a60d..e2b719f85 100755 --- a/setup.py +++ b/setup.py @@ -71,7 +71,6 @@ def run_tests(self): 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2',