From e951ab142d17490fa434d254c5db7b44761d3706 Mon Sep 17 00:00:00 2001 From: bharadwajyarlagadda Date: Thu, 1 Sep 2016 01:39:43 -0400 Subject: [PATCH] Added python2.6 to travis and also setup.py --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8e0608e..9b0415a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false language: python python: + - "2.6" - "2.7" - "3.3" - "3.4" diff --git a/setup.py b/setup.py index 6a21555..080a47e 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ def parse_requirements(filename): 'Topic :: Software Development :: Libraries :: Python Modules', '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.3',