]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Do not build python3 branch any more.
authorBob Halley <halley@dnspython.org>
Tue, 20 Sep 2016 12:55:19 +0000 (05:55 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 20 Sep 2016 12:55:19 +0000 (05:55 -0700)
.travis.yml

index a7343ac977d0b0444bb852de64146c72de175f4a..7615b9bb933a7eeaec9e70bde5d26e242072107f 100644 (file)
@@ -14,6 +14,9 @@ python:
 matrix:
   allow_failures:
     - python: nightly
+branches:
+  except:
+    - python3
 install:
  - pip install unittest2 pylint pycrypto ecdsa idna
 script: