From 131f4632472922234a7abde116eb566329a952a2 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 15 Jan 2016 11:17:52 +0100 Subject: [PATCH] Allow failures for Python 3.5 for now --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae9c745ac..ac93e337d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ env: - TOXENV=py33 - TOXENV=py35 - TOXENV=docs +matrix: + allow_failures: + - env: TOXENV=py35 install: - pip install -U tox twine wheel codecov script: tox