summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-02-14 14:19:34 (GMT)
committerGitHub <noreply@github.com>2017-02-14 14:19:34 (GMT)
commitc33ee85b6fbed7f9c68e9fd39cd0582af9237ef1 (patch)
tree10fbe1671acbd519eddec6cf35e97caa5f8e944a /.travis.yml
parent157c0b86b805a6a27b44efd4bf168a66e60ecf18 (diff)
downloadcpython-c33ee85b6fbed7f9c68e9fd39cd0582af9237ef1.zip
cpython-c33ee85b6fbed7f9c68e9fd39cd0582af9237ef1.tar.gz
cpython-c33ee85b6fbed7f9c68e9fd39cd0582af9237ef1.tar.bz2
Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8721922..dc3a00d 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