mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-26 13:37:17 +08:00
The python path should include the parent directory now
This commit is contained in:
@@ -49,7 +49,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.* ]]; then
|
||||
fi
|
||||
|
||||
tools/header.py "Run doc examples"
|
||||
PYTHONPATH=$(pwd):$PYTHONPATH
|
||||
PYTHONPATH="..":$PYTHONPATH
|
||||
for f in doc/examples/*.py;
|
||||
do python "$f";
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user