From 697e8e66d4a491750988de1bd1cc611e261c8876 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 13 Apr 2014 23:56:35 +0200 Subject: [PATCH] Fix coverage config specification in nosetests invocation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e038f4c..7c557879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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