Turn off doc examples to see if the build passes otherwise

This commit is contained in:
Steven Silvester
2014-10-05 21:12:37 -05:00
parent 4b18721c48
commit 9355ecd026
+2 -2
View File
@@ -107,8 +107,8 @@ script:
# Run all doc examples
- export PYTHONPATH=$(pwd):$PYTHONPATH
- 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
# 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
- echo -e $SPACER