Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
This commit is contained in:
parent
157c0b86b8
commit
c33ee85b6f
|
@ -40,7 +40,7 @@ matrix:
|
|||
make venv PYTHON=python3
|
||||
script:
|
||||
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
|
||||
- python3 tools/rstlint.py -i tools -i venv
|
||||
- make check
|
||||
- os: linux
|
||||
language: c
|
||||
compiler: clang
|
||||
|
|
Loading…
Reference in New Issue