From 6834072546a536da6e92f24d8c11af8dadf5431e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 23 Jan 2017 21:05:41 +0200 Subject: [PATCH] - Don't test on Python 3.2, not supported by Pygments. --- .travis.yml | 5 +---- README.rst | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06ead1e..0d07079 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 8f157c1..e222e91 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,6 @@ at: https://www.shore.co.il/git/. TODO ---- -- Fix Travis CI test on Python 3.2 (https://travis-ci.org/adarnimrod/template/jobs/187388235). - 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/). -- GitLab