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 5656994c75faf892050b800232dc1d5e3108e29b Author: Alexandre Gramfort <[email protected]> Date: Tue Sep 13 16:39:03 2011 -0400 ENH : improve Makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 09cfd67..5f2492d 100755 --- a/Makefile +++ b/Makefile @@ -33,11 +33,10 @@ test-doc: $(NOSETESTS) --with-doctest --doctest-tests --doctest-extension=rst doc/ doc/source/ test-coverage: - $(NOSETESTS) --with-coverage --cover-package=mne - + $(NOSETESTS) --with-coverage --cover-package=mne --cover-html --cover-html-dir=coverage trailing-spaces: - find -name "*.py" |xargs sed -i 's/[ \t]*$$//' + find . -name "*.py" | xargs perl -pi -e 's/[ \t]*$$//' ctags: # make tags for symbol based navigation in emacs and vim -- 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
