mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2025-04-12 01:11:07 -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
|
- pip install -r requires/testing.txt
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: nosetests
|
script: nosetests --with-coverage
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue