diff --git a/.travis.yml b/.travis.yml index 126e9012cda56ea18a2218f5a6bc0c1642db8614..a6fc5f46dca3829dcc783b3d88ab77648eb916ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ --- 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: - pip -matrix: - allow_failures: - - python: "3.2" install: - pip install tox-travis diff --git a/README.rst b/README.rst index 0805cc44e53181555c78f7bb5d1c92acc1792b15..95bba1e0f5762813cbf1edad0f01325108a19d3a 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,5 @@ 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 from Travis CI. - Add tests using moto.