Do not run flakes on test files -- we have too many custom formatted array.

This commit is contained in:
Stefan van der Walt
2013-06-29 11:16:10 -05:00
parent f429b5abad
commit 9ed26136e2
+1 -1
View File
@@ -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