From 59173d17c3bf8a93cf8379bffed97d55a33686c6 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 8 Apr 2014 16:12:47 -0700 Subject: [PATCH] more details for testing --- SimpleCV/tests/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SimpleCV/tests/README b/SimpleCV/tests/README index f9a2b2126..e8b425a47 100644 --- a/SimpleCV/tests/README +++ b/SimpleCV/tests/README @@ -18,4 +18,7 @@ to run basic functionality test working. You should get all OK checks if everything is fine and dandy. But you will get errors if something is broken. +To run all tests on a local environment, you can use: + nosetests +The Travis CI default test only covers the basics (tests.py). Please run all the tests in order to ensure that nothing is breaking. ------------------------------------------------------------------------