Skip to content

Commit dcad9c1

Browse files
berkerpeksagmethane
authored andcommitted
Use 'make check' instead of 'python3 tools/rstlint.py' (python#96)
1 parent 25407b2 commit dcad9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
- pip install -U Sphinx
3838
script:
3939
- make html SPHINXOPTS="-q"
40-
- python tools/rstlint.py -i tools -i venv
40+
- make check
4141
- os: linux
4242
language: cpp
4343
compiler: clang

0 commit comments

Comments
 (0)