mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2025-03-30 17:00:26 -09:00
.travis.yml: Add --with-coverage
This commit is contained in:
parent
db0723ad72
commit
abfd14d0f0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ before_install:
|
|||
- pip install -r requires/testing.txt
|
||||
install:
|
||||
- pip install -e .
|
||||
script: nosetests
|
||||
script: nosetests --with-coverage
|
||||
after_success:
|
||||
- codecov
|
||||
sudo: false
|
||||
|
|
Loading…
Add table
Reference in a new issue