From c2bc420d8d843353a6f282fce4d52e61c241fdc9 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux <gael.varoquaux@normalesup.org> Date: Sun, 6 May 2012 23:38:44 +0200 Subject: [PATCH] DOC: instructions on testing "nosetests --exe" is needed because setuptools makes files executable --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 49d03da94a..86ced197c9 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -221,7 +221,7 @@ Testing requires having the `nose installation, the package can be tested by executing *from outside* the source directory:: - nosetests sklearn + nosetests sklearn --exe This should give you a lot of output (and some warnings) but eventually should finish with the a text similar to:: -- GitLab