The python path should include the parent directory now

This commit is contained in:
Steven Silvester
2014-10-11 04:58:10 -05:00
parent fdfb242694
commit 6e326add18
+1 -1
View File
@@ -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