From ce4d6b53a200abecd557944659998ce129d9d4f3 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sat, 21 Nov 2015 11:57:44 -0800 Subject: [PATCH] Added Python 3.5 support --- .travis.yml | 1 + HISTORY.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c639e4b..3a24b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: + - "3.4" - "3.4" - "3.3" - "2.7" diff --git a/HISTORY.rst b/HISTORY.rst index 5d5d3b0..9ed1693 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ History ++++++++++ * Added codecov.io badge +* Officially supporting Python 3.5 0.2.0 (2-15-07-29)