mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Test that docs compile clean as well
This commit is contained in:
parent
b64929b18f
commit
6c7cfeb020
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ python:
|
|||
- 3.2
|
||||
- 3.3
|
||||
install:
|
||||
- pip install pytest flake8
|
||||
- pip install pytest flake8 sphinx
|
||||
script:
|
||||
- py.test
|
||||
- "flake8 . --ignore='E128'"
|
||||
- sphinx-build -W -bhtml docs/ docs/_build/html/
|
||||
|
|
|
|||
0
docs/_static/.keep
vendored
Normal file
0
docs/_static/.keep
vendored
Normal file
Loading…
Reference in a new issue