mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 16:13:58 +08:00
Do not run flakes on test files -- we have too many custom formatted array.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user