From ef06d4e474a0ed7889b8a2f9eca47af913399f49 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 11 Sep 2012 11:56:34 -0700 Subject: [PATCH] TST: Invoke Travis nosetests differently. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 566f7ba7..28104a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ # We pretend to be erlang because we need can't use the python support in # travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib, # and it is impractical to build them + language: erlang env: - PYTHON=python PYSUF='' @@ -23,4 +24,5 @@ script: # Change into an innocuous directory and find tests from installation - mkdir for_test - cd for_test - - $PYTHON -c "import skimage; assert skimage.test();" + - nosetests --exe -v --cover-package=skimage skimage +