Skip to content

Commit 7f43492

Browse files
committed
Update Travis: run unit tests
1 parent 09bdc60 commit 7f43492

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@ watch:
2424
@echo "Building and watching for changes in the documentation."
2525
sphinx-autobuild --ignore venv . _build/html
2626

27+
## unittest : run unit tests on checking tools.
28+
unittest :
29+
@bin/test_lesson_check.py
30+
31+
#-------------------------------------------------------------------------------
32+
# Include extra commands if available.
33+
#-------------------------------------------------------------------------------
34+
35+
-include commands.mk
36+
2737
# Catch-all target: route all unknown targets to Sphinx using the new
2838
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2939
%: Makefile
3040
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
41+

0 commit comments

Comments
 (0)