[med-svn] [python-mne] 80/376: fix makefile

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:22:11 UTC 2015


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 <alexandre.gramfort at inria.fr>
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



More information about the debian-med-commit mailing list