Skip to content

Commit

Permalink
Tell Travis to run coverage tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasdespres committed Mar 20, 2016
1 parent 7cacd36 commit 999ab82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ python:
- 3.2
- 2.7
sudo: false
script: nosetests
install:
- pip install coveralls coverage
script:
- coverage run --source=pyloc.py setup.py test
after_success:
- coveralls

0 comments on commit 999ab82

Please sign in to comment.