Skip to content

Commit

Permalink
Add missed --with-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Sep 4, 2013
1 parent 8e1b9bb commit c0b60eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
- cp tests/settings/ci_local.py tests/settings/local.py
- mkdir -p /home/travis/.everpad/data/1/
script:
- nosetests
- nosetests --with-coverage
after_success:
- coverage report
- pip install --quiet python-coveralls
Expand Down

0 comments on commit c0b60eb

Please sign in to comment.