From a7f36f5fc1272715740ec2a46c6ded15feabb6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 11 Sep 2012 09:48:22 +0200 Subject: [PATCH] Let travis build bot run tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2708daa..566f7ba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ script: # Change into an innocuous directory and find tests from installation - mkdir for_test - cd for_test - - nosetests `$PYTHON -c "import os; import skimage; print(os.path.dirname(skimage.__file__))"` + - $PYTHON -c "import skimage; assert skimage.test();"