From 10acc0a0dcdff9098410ff8ed191f9ffac4bddbf Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 3 Jan 2016 12:39:58 +0100 Subject: [PATCH] Add pypy3 back to allowed_failures. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 86f26d2d3..803ff5694 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ notifications: email: false matrix: fast_finish: true + allow_failures: + - python: "pypy3" # https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before exclude: - python: "2.6" env: WITH_OPT_DEPS=false