From: Berker Peksag Date: Tue, 14 Feb 2017 14:19:34 +0000 (+0300) Subject: Use 'make check' instead of 'python3 tools/rstlint.py' (#96) X-Git-Tag: v3.7.0a1~1345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c33ee85b6fbed7f9c68e9fd39cd0582af9237ef1;p=python Use 'make check' instead of 'python3 tools/rstlint.py' (#96) --- diff --git a/.travis.yml b/.travis.yml index 8721922118..dc3a00d1f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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