This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to annotated tag v0.1
in repository python-mne.

commit 6d10f66b71ec26e01aa5272962375379e196cb6f
Author: Alexandre Gramfort <[email protected]>
Date:   Wed Feb 16 16:59:50 2011 -0500

    fix makefile
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0ed5acd..e6fe7f6 100644
--- a/Makefile
+++ b/Makefile
@@ -28,12 +28,12 @@ inplace:
        $(PYTHON) setup.py build_ext -i
 
 test: in
-       $(NOSETESTS) scikits/learn
+       $(NOSETESTS) mne
 test-doc:
        $(NOSETESTS) --with-doctest --doctest-tests --doctest-extension=rst 
doc/ doc/modules/
 
 test-coverage:
-       $(NOSETESTS) --with-coverage --cover-package=fiff
+       $(NOSETESTS) --with-coverage --cover-package=mne
 
 
 trailing-spaces:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-mne.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to