Skip to content

Commit

Permalink
Use 'make check' instead of 'python3 tools/rstlint.py' (python#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag authored Feb 14, 2017
1 parent 157c0b8 commit c33ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c33ee85

Please sign in to comment.