Commit c33ee85b authored by Berker Peksag's avatar Berker Peksag Committed by GitHub

Use 'make check' instead of 'python3 tools/rstlint.py' (#96)

parent 157c0b86
...@@ -40,7 +40,7 @@ matrix: ...@@ -40,7 +40,7 @@ matrix:
make venv PYTHON=python3 make venv PYTHON=python3
script: script:
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q" - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
- python3 tools/rstlint.py -i tools -i venv - make check
- os: linux - os: linux
language: c language: c
compiler: clang compiler: clang
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment