From d8c667648cd5ebafd30f0cdadeb480cd2f9e144a Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 31 Aug 2016 22:47:43 +0200 Subject: [PATCH] Allow failures with python-nightly This is devel branch of python and it may produce many false positive errors --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46a1b138..a88237d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ python: - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev +matrix: + allow_failures: + - python: nightly install: - pip install unittest2 pylint script: -- 2.47.3