From 1693e4bf6d8bfc942058898cf3de2faf50b1b0a0 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 13 Oct 2014 10:58:57 +0300 Subject: [PATCH] Fix allow_failures --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6272b2678..084057702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,6 @@ after_success: - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi matrix: - - fast_finish: true - - allow_failures: - - python: pypy + fast_finish: true + allow_failures: + - python: pypy