From 677cff1230a5f9f1d3a38225924b91e9b684709b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 2 Aug 2016 20:35:28 +0300 Subject: [PATCH] Stop Supporting Python 2.6 --- .travis.yml | 1 - HISTORY.rst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b210f4d..b73e5dd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: env: - TOX_ENV=docs - TOX_ENV=lint - - TOX_ENV=py26 - TOX_ENV=py27 install: diff --git a/HISTORY.rst b/HISTORY.rst index a85dcbac..392c156e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -65,6 +65,7 @@ PlatformIO 3.0 (`issue #721 `_) * Added ``license`` field to `library.json `__ (`issue #522 `_) +* Stopped Supporting Python 2.6 PlatformIO 2.0