From dd664b4c0ec1c661ed992b102c1b0e1dabc6212b Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 19 Jun 2020 15:24:03 -0400 Subject: [PATCH] ci: Allow failures on nightly python due to cffi incompatibility --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 847c8cfe0..f3dbfbf2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ jobs: env: TOX_ENV=docs - python: '3.8' env: TOX_ENV=lint + allow_failures: + # Currently failing due to https://foss.heptapod.net/pypy/cffi/issues/458 + - python: nightly install: - travis_retry pip install tox -- 2.47.2