]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Allow failures with python-nightly 200/head
authorMartin <martin.basti@gmail.com>
Wed, 31 Aug 2016 20:47:43 +0000 (22:47 +0200)
committerMartin <martin.basti@gmail.com>
Tue, 6 Sep 2016 16:58:12 +0000 (18:58 +0200)
This is devel branch of python and it may produce many false
positive errors

.travis.yml

index 46a1b1386f7a2badbd2c2a99ee6efce342faed48..a88237d4f724237bd00a0dbe2e54cbf6e2d72fd6 100644 (file)
@@ -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: