Let travis also run long example scripts

This commit is contained in:
Johannes Schönberger
2013-06-30 13:51:45 +02:00
parent cf468711fa
commit 97e1174e5f
+1
View File
@@ -37,4 +37,5 @@ 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
- for f in doc/examples/applications/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit 1; fi done
- flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples