.travis.yml: Add --with-coverage

This commit is contained in:
Dave Shawley 2016-01-19 11:14:53 -05:00
parent db0723ad72
commit abfd14d0f0

View file

@ -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