From: Martin Date: Wed, 31 Aug 2016 20:47:43 +0000 (+0200) Subject: Allow failures with python-nightly X-Git-Tag: v1.15.0~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F200%2Fhead;p=thirdparty%2Fdnspython.git Allow failures with python-nightly This is devel branch of python and it may produce many false positive errors --- 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: