aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
-rw-r--r--tox.ini1
2 files changed, 6 insertions, 0 deletions
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