mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Ensure docs build in CI
This commit is contained in:
parent
c6cfc2bc82
commit
c68e5e1762
2 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,11 @@ python:
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
before_install:
|
|
||||||
- pip install codecov
|
|
||||||
- pip install -r requires/testing.txt
|
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -r requires/development.txt codecov
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage
|
- nosetests --with-coverage
|
||||||
|
- python setup.py build_sphinx
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
@ -3,6 +3,8 @@ universal = 1
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
all-files = 1
|
all-files = 1
|
||||||
|
fresh-env = 1
|
||||||
|
warning-is-error = 1
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = env,build
|
exclude = env,build
|
||||||
|
|
Loading…
Reference in a new issue