Fix coverage config specification in nosetests invocation

This commit is contained in:
Stefan van der Walt
2014-04-13 23:56:35 +02:00
parent 27bd239f17
commit 697e8e66d4
+1 -1
View File
@@ -64,7 +64,7 @@ script:
# Run all tests
- if [[ $PYVER == '3.x' ]]; then
- nosetests --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
- fi
- if [[ $PYVER == '2.x' ]]; then
- nosetests --exe -v --with-doctest skimage