File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ branches:
16
16
before_script :
17
17
- pip install -U pip setuptools wheel typing
18
18
- pip install cwltool cwltest html5lib
19
+ - pip install -r requirements.txt
19
20
20
21
script :
21
22
- make RUNNER=cwltool unittest-examples
23
+ - make html
Original file line number Diff line number Diff line change @@ -24,7 +24,18 @@ watch:
24
24
@echo " Building and watching for changes in the documentation."
25
25
sphinx-autobuild --ignore venv . _build/html
26
26
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
+
27
37
# Catch-all target: route all unknown targets to Sphinx using the new
28
38
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
29
39
% : Makefile
30
40
@$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
41
+
You can’t perform that action at this time.
0 commit comments