mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 06:46:54 +08:00
Install skimage so we do not have to fool with PYTHONPATH
This commit is contained in:
@@ -26,6 +26,7 @@ before_install:
|
||||
|
||||
install:
|
||||
- python setup.py build_ext --inplace
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
- tools/travis_test.sh
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user