mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-12-29 11:17:10 +00:00
Ensure package is checked during CI
This commit is contained in:
parent
1727bb3655
commit
1a40c2cef2
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ install:
|
|||
script:
|
||||
- nosetests
|
||||
- python setup.py build_sphinx
|
||||
- python setup.py check
|
||||
- flake8
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
|
@ -5,6 +5,9 @@ universal = 1
|
|||
fresh-env = 1
|
||||
warning-is-error = 1
|
||||
|
||||
[check]
|
||||
strict = 1
|
||||
|
||||
[nosetests]
|
||||
cover-branches = 1
|
||||
cover-erase = 1
|
||||
|
|
Loading…
Reference in a new issue