mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
Add exit-zero directive to flake8 command
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user