mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-22 03:00:25 +00:00
Ensure docs build successfully during CI
This commit is contained in:
parent
b2e980d04d
commit
07ed4c8dc9
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ python:
|
|||
- 3.6
|
||||
- 3.7
|
||||
install:
|
||||
- pip install codecov
|
||||
- pip install -r requires/installation.txt
|
||||
- pip install -r requires/testing.txt
|
||||
script: nosetests
|
||||
- pip install codecov -r requires/development.txt
|
||||
script:
|
||||
- nosetests
|
||||
- python setup.py build_sphinx
|
||||
after_success:
|
||||
- codecov
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue