Add exit-zero directive to flake8 command

This commit is contained in:
Johannes Schönberger
2013-05-18 02:50:04 +02:00
parent fde2f2a321
commit 15c726eb42
+1 -1
View File
@@ -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