From ad6ed710d9de23f7ecc38bb51d23f18dea5308a6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 20 Sep 2016 05:55:19 -0700 Subject: [PATCH] Do not build python3 branch any more. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a7343ac9..7615b9bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ python: matrix: allow_failures: - python: nightly +branches: + except: + - python3 install: - pip install unittest2 pylint pycrypto ecdsa idna script: -- 2.47.3