From 07fbceef909a34b177f9407c7b2b923bff0e6848 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 30 Dec 2016 16:42:06 +0200 Subject: [PATCH] - Removed Python 3.2 from Travis CI, fails on an unrelated error. - Updated TODO list. --- .travis.yml | 2 +- README.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75387b2..a6fc5f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: python -python: ["2.7", "3.2", "3.3", "3.4", "3.5"] +python: ["2.7", "3.3", "3.4", "3.5"] dist: trusty sudo: false cache: diff --git a/README.rst b/README.rst index 9585556..ee3777c 100644 --- a/README.rst +++ b/README.rst @@ -43,3 +43,10 @@ Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <https://www.shore.co.il/>`_. Patches are welcome via `git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located at: https://www.shore.co.il/git/. + +TODO +---- + +- Fix Travis CI run on Python 3.2 + (https://travis-ci.org/adarnimrod/eb-prune/jobs/187705346). +- Release to PyPI on tagged commits. -- GitLab