From bf440bded70a99ab42e28d34861180f201ccf154 Mon Sep 17 00:00:00 2001 From: Stefano Borini Date: Mon, 18 Apr 2016 10:45:16 +0100 Subject: [PATCH] Dropping python 2.6 support As agreed with @dpinte in pull request #62, we are dropping 2.6 support for apptools. This will not bring master back to green, but it's a factor. --- .travis.yml | 1 - travis-ci-requirements.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72678aecd..3a2314761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ notifications: email: false python: - 2.7 - - 2.6 - 3.4 addons: apt: diff --git a/travis-ci-requirements.txt b/travis-ci-requirements.txt index e706a0225..eb15ce01c 100644 --- a/travis-ci-requirements.txt +++ b/travis-ci-requirements.txt @@ -3,6 +3,4 @@ configobj coverage tables pandas -unittest2 ; python_version <= "2.6" -ordereddict ; python_version <= "2.6" git+http://github.com/enthought/pyface.git#egg=pyface ; python_version >= "3.0"