Install skimage so we do not have to fool with PYTHONPATH

This commit is contained in:
Steven Silvester
2014-10-11 04:58:10 -05:00
parent 2d4604a3cf
commit ef215de3a9
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -49,7 +49,6 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.* ]]; then
fi
tools/header.py "Run doc examples"
PYTHONPATH="..":$PYTHONPATH
for f in doc/examples/*.py; do
python "$f";
if [ $? -ne 0 ]; then