From 15c726eb429d7a0b3263327424ef1878f6255119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 18 May 2013 02:50:04 +0200 Subject: [PATCH] Add exit-zero directive to flake8 command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9160cf74..69534244 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,4 @@ script: - cd .. - "echo 'backend : Agg' > matplotlibrc" - for f in doc/examples/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit $?; fi done - - flake8 skimage doc/examples viewer_examples + - flake8 --exit-zero skimage doc/examples viewer_examples