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

This commit is contained in:
Berker Peksag 2017-02-14 17:19:34 +03:00 committed by GitHub
parent 157c0b86b8
commit c33ee85b6f

View file

@ -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