]> granicus.if.org Git - python/commitdiff
Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Feb 2017 14:19:34 +0000 (17:19 +0300)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2017 14:19:34 +0000 (17:19 +0300)
.travis.yml

index 87219221180f45f8217c8f4e9a56e09269913bf4..dc3a00d1f4b5a337196264bb35b76da098708c0e 100644 (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