mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 03:00:22 +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.6
|
||||
- 3.7
|
||||
before_install:
|
||||
- pip install codecov
|
||||
- pip install -r requires/testing.txt
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -r requires/development.txt codecov
|
||||
script:
|
||||
- nosetests --with-coverage
|
||||
- python setup.py build_sphinx
|
||||
after_success:
|
||||
- codecov
|
||||
sudo: false
|
||||
|
|
|
@ -3,6 +3,8 @@ universal = 1
|
|||
|
||||
[build_sphinx]
|
||||
all-files = 1
|
||||
fresh-env = 1
|
||||
warning-is-error = 1
|
||||
|
||||
[flake8]
|
||||
exclude = env,build
|
||||
|
|
Loading…
Reference in a new issue