diff --git a/.travis.yml b/.travis.yml index 75387b2204c6b68eb1fb9c99e7a2e3d97bd6bc71..a6fc5f46dca3829dcc783b3d88ab77648eb916ff 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 95855569d83d771f42fb12e9ae08a556011e3947..ee3777cd85bf53bd95f041bfe66c05189b6e9bc6 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.