From 1280f38378d3422da96791fe44fd19c6aa154aa8 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 20 Nov 2013 17:48:56 +0200 Subject: [PATCH] Fix invocation of nosetests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf78455a..2972fd9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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