Fix invocation of nosetests.

This commit is contained in:
Stefan van der Walt
2013-11-20 17:48:56 +02:00
parent 5d9d5e99af
commit 1280f38378
+1 -1
View File
@@ -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