Skip to content

Commit

Permalink
Travis: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sotte committed Jun 23, 2015
1 parent edbbf00 commit ed9ea69
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 @@ -4,6 +4,6 @@ python:
install:
- pip install coveralls
script:
- coverage run pelper.py
- coverage run pelper/pelper.py
after_success:
- coveralls

0 comments on commit ed9ea69

Please sign in to comment.