Move example runner loop to Travis config

This commit is contained in:
Johannes Schönberger
2013-04-28 10:17:27 +02:00
parent 401803bb3d
commit 7b77861a75
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ script:
# run all examples
- cd ..
- "echo 'backend : Agg' > matplotlibrc"
- make run-all-examples
- for f in doc/examples/*.py; do python "$$f"; done
-3
View File
@@ -11,6 +11,3 @@ test:
coverage:
nosetests skimage --with-coverage --cover-package=skimage
run-all-examples:
for f in doc/examples/*.py; do python "$$f"; done