Merge pull request #313 from ahojnnes/travis-tests

TST: Let travis build bot run tests.
This commit is contained in:
Stefan van der Walt
2012-09-11 10:52:46 -07:00
+1 -1
View File
@@ -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();"