From 9ed26136e2e6db48c2efaf6cf66e67381b5e4589 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 29 Jun 2013 11:16:10 -0500 Subject: [PATCH] Do not run flakes on test files -- we have too many custom formatted array. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a47dae84..b0e7a494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,4 +35,4 @@ script: # Change back to repository root directory and run all doc examples - cd .. - for f in doc/examples/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit 1; fi done - - flake8 --exit-zero skimage doc/examples viewer_examples + - flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples