10000 DOC: instructions on testing · seckcoder/scikit-learn@c2bc420 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2bc420

Browse files
committed
DOC: instructions on testing
"nosetests --exe" is needed because setuptools makes files executable
1 parent 87f06b7 commit c2bc420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Testing requires having the `nose
221221
installation, the package can be tested by executing *from outside* the
222222
source directory::
223223

224-
nosetests sklearn
224+
nosetests sklearn --exe
225225

226226
This should give you a lot of output (and some warnings) but
227227
eventually should finish with the a text similar to::

0 commit comments

Comments
 (0)
0