From cd12729f8147b937ac76aff3ed7c62cf8bb5ac36 Mon Sep 17 00:00:00 2001 From: Invenio Date: Fri, 16 Mar 2018 17:12:14 +0100 Subject: [PATCH] global: add allow_failures to travis config --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c31bd4..c97cad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ sudo: false language: python -matrix: - fast_finish: true - cache: directories: - $HOME/.cache/pip @@ -43,8 +40,10 @@ python: - "pypy" matrix: + fast_finish: true allow_failures: - python: pypy + - env: REQUIREMENTS=devel SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://postgres@localhost:5432/travis" before_install: - |