mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 11:12:06 +08:00
Add short comment for travis flake8
This commit is contained in:
@@ -38,4 +38,5 @@ script:
|
||||
- cd ..
|
||||
- for f in doc/examples/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit 1; fi done
|
||||
- for f in doc/examples/applications/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit 1; fi done
|
||||
# Run pep8 and flake tests
|
||||
- flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples
|
||||
|
||||
Reference in New Issue
Block a user