Skip to content

Commit f2c52f1

Browse files
committed
DOC: use nosetests rather than sklearn.test()
1 parent 914048f commit f2c52f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Testing
7474
After installation, you can launch the test suite from outside the
7575
source directory (you will need to have nosetest installed)::
7676

77-
python -c "import sklearn; sklearn.test()"
77+
$ nosetest --exe sklearn
7878

7979
See web page http://scikit-learn.org/stable/install.html#testing
8080
for more information.

0 commit comments

Comments
 (0)