From b5077fc2fc871f259ae3a14819f19507d9209ccd Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 26 May 2018 21:07:33 +0300 Subject: [PATCH] Removed Python 3.2, 3.3 (passed eol). --- .travis.yml | 2 +- README.rst | 2 -- tox.ini | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 784413b..2a198ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: python -python: ["2.7", "3.2", "3.3", "3.4", "3.5", "3.6"] +python: ["2.7", "3.4", "3.5", "3.6"] dist: trusty sudo: false cache: diff --git a/README.rst b/README.rst index 56f25e8..3b9173f 100644 --- a/README.rst +++ b/README.rst @@ -82,8 +82,6 @@ at: https://www.shore.co.il/git/. TODO ---- -- Fix test failure on Python 3.2 - (https://travis-ci.org/adarnimrod/template/jobs/194581463). - Release on tagged commits to PyPI in Travis CI (https://docs.travis-ci.com/user/deployment/pypi/ and https://docs.travis-ci.com/user/encryption-keys/). diff --git a/tox.ini b/tox.ini index 6215fac..557e4fc 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,6 @@ envlist = py{2,3},docs,bandit,pre-commit [travis] python = 2.7: py2 - 3.2: py3 - 3.3: py3 3.4: py3 3.5: py3 3.6: py3 -- GitLab