From 0c6a88c4ca171c71a8a7af0e05b7710105d2f5d2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 30 Aug 2015 15:55:26 +0200 Subject: [PATCH] .travis.yml: Allow failures on Pypy3. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 61e061812..b6bef3cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ matrix: fast_finish: true allow_failures: - python: "nightly" + - python: "pypy3" # https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before exclude: - python: "2.6" env: WITH_OPT_DEPS=false