From 242752c157e695878631c937a8ad14428eb366de Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 9 Jan 2017 07:35:15 +0200 Subject: [PATCH] - Reenabled Python 3.2 Travis CI but allow it to fail for now. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6fc5f4..126e901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ --- language: python -python: ["2.7", "3.3", "3.4", "3.5"] +python: ["2.7", "3.2", "3.3", "3.4", "3.5"] dist: trusty sudo: false cache: - pip +matrix: + allow_failures: + - python: "3.2" install: - pip install tox-travis -- GitLab