mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-16 11:21:25 +08:00
Fix invocation of nosetests.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ script:
|
||||
- "echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc"
|
||||
|
||||
# Run all tests
|
||||
- nosetests-$PYVER --exe -v --with-doctest --with-cov --cov skimage --cov-config .coveragerc skimage
|
||||
- nosetests --exe -v --with-doctest --with-cov --cov skimage --cov-config .coveragerc skimage
|
||||
|
||||
# Run all doc examples
|
||||
- export PYTHONPATH=$(pwd):$PYTHONPATH
|
||||
|
||||
Reference in New Issue
Block a user