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
1 changed files with 1 additions and 1 deletions

View File

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