Skip to content

Commit

Permalink
BF: define matplotlib backened for testmanual, added "I: " line
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 28, 2009
1 parent 5bd9b8d commit 7760436
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -257,8 +257,9 @@ tm-%: build
--doctest-tests doc/$*.txt

testmanual: build
PYTHONPATH=. nosetests --with-doctest --doctest-extension .txt \
--doctest-tests doc/
@echo "I: Testing code samples found in documentation"
@PYTHONPATH=. MVPA_MATPLOTLIB_BACKEND=agg \
nosetests --with-doctest --doctest-extension .txt --doctest-tests doc/

# Check if everything (with few exclusions) is imported in unitests is
# known to the mvpa.suite()
Expand Down

0 comments on commit 7760436

Please sign in to comment.