chore(CI): Lint RST (reStructuredText) files

pull/144/head
Adrien Vergé 6 years ago
parent f4c56b8216
commit 6cf5eecdac

@ -7,11 +7,12 @@ python:
- 3.6
- nightly
install:
- pip install pyyaml coveralls flake8 flake8-import-order
- pip install pyyaml coveralls flake8 flake8-import-order doc8
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then pip install sphinx; fi
- pip install .
script:
- flake8 .
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then doc8 $(git ls-files '*.rst'); fi
- yamllint --strict $(git ls-files '*.yaml' '*.yml')
- coverage run --source=yamllint setup.py test
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then

Loading…
Cancel
Save