From 8b3ffcdda1114ad204c58bdf3457ac076ae9a0b0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 22 Dec 2018 15:27:39 +0100 Subject: travis: ignore a bunch of flake issues, similar to tox --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c2daf24..adb693dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ script: - ulimit -n 128 - ulimit -n - nosetests -v --with-coverage - - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi + - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi - after_success: -- cgit v1.2.3