mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-22 03:00:25 +00:00
Require flake8 compliance in CI
This commit is contained in:
parent
00b87a43cf
commit
92bde69779
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ install:
|
|||
script:
|
||||
- nosetests
|
||||
- python setup.py build_sphinx
|
||||
- flake8
|
||||
after_success:
|
||||
- codecov
|
||||
deploy:
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
coverage==4.5.2
|
||||
flake8==3.6.0
|
||||
nose==1.3.7
|
||||
|
|
Loading…
Reference in a new issue