Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
  • Loading branch information
berkerpeksag authored and methane committed Feb 14, 2017
commit 29f8a3b0daf02b019eb3b21209b8b05c1fdc4633
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