Skip to content
Snippets Groups Projects
Commit 17de0a96 authored by Olivier Grisel's avatar Olivier Grisel
Browse files

launch test on documentation by default when running make

parent 0d65b1ff
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ PYTHON ?= python ...@@ -6,7 +6,7 @@ PYTHON ?= python
NOSETESTS ?= nosetests NOSETESTS ?= nosetests
CTAGS ?= ctags CTAGS ?= ctags
all: clean inplace test all: clean inplace test test-doc
clean-pyc: clean-pyc:
find . -name "*.pyc" | xargs rm -f find . -name "*.pyc" | xargs rm -f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment