Add documentation testing

This commit is contained in:
Ovv
2018-02-27 13:29:54 +01:00
parent 68ae634c1f
commit 3c07199b4f
3 changed files with 9 additions and 8 deletions

View File

@@ -15,11 +15,12 @@ matrix:
install:
- pip install --requirement requirements.txt
- pip install sphinx
script:
- cd src/
- pytest --cov
- pycodestyle
- sphinx-build -b html docs docs/_build -W
after_success:
- coveralls