File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
before_install :
17
17
- sudo apt-get install texlive texlive-latex-extra latexmk dvipng
18
18
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
19
- - pip install pytest pytest-cov numpy matplotlib sphinx${SPHINX_SPEC} codecov
19
+ - pip install pytest pytest-cov pydocstyle numpy matplotlib sphinx${SPHINX_SPEC} codecov
20
20
script :
21
21
- |
22
22
python setup.py sdist
@@ -28,6 +28,7 @@ script:
28
28
- echo '! python -m numpydoc numpydoc.tests.test_main._invalid_docstring' | bash
29
29
- python -m numpydoc --validate numpydoc.tests.test_main._capture_stdout
30
30
- echo '! python -m numpydoc --validate numpydoc.tests.test_main._docstring_with_errors' | bash
31
+ - pydocstyle --convention numpy ../doc/example.py
31
32
# Build documentation
32
33
- |
33
34
cd ../doc
You can’t perform that action at this time.
0 commit comments