Skip to content

Commit

Permalink
BF: Remove 'fetch-data' rule dep -- people might have it somewhere else.
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jan 15, 2010
1 parent c700eaa commit fda06ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ testtutorial: build
nosetests --with-doctest --doctest-extension .rst \
--doctest-tests doc/source/tutorial*.rst

testdatadb: build fetch-data
testdatadb: build
@echo "I: Testing code samples on the dataset DB website"
@PYTHONPATH=.:$(PYTHONPATH) \
MVPA_MATPLOTLIB_BACKEND=agg \
Expand Down

0 comments on commit fda06ee

Please sign in to comment.