From 1478d0bc5c4edb1129b0823156a0e02811366b2c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 25 Oct 2018 09:40:02 +0800 Subject: ignore new W504 from flake8/pycodestyle (#4521) * ignore new W504 from flake8/pycodestyle * allow josepy to fail for the moment --- .travis.yml | 5 +++++ tox.ini | 1 + 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index faa3527b..6ed017d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,6 +88,11 @@ matrix: # urllib3 tests fail on xenial for whatever reason dist: trusty sudo: false + allow_failures: + # Remove allow_failures as soon as josepy's flake8 issue is resolved + # https://github.com/certbot/josepy/pull/39 + - python: 2.7 + env: DOWNSTREAM=certbot-josepy install: - ./.travis/install.sh diff --git a/tox.ini b/tox.ini index c313e9c2..ea5995e9 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,7 @@ commands = pytest --capture=no --strict --random {posargs} [flake8] +ignore = W504 exclude = .tox,*.egg,.git,_build,.hypothesis select = E,W,F,N,I application-import-names = cryptography,cryptography_vectors,tests -- cgit v1.2.3