Skip to content

Commit

Permalink
fix coverage command in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Apr 12, 2014
1 parent 0fb29ee commit 699d3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ install:

# command to run tests
script:
- coverage package/setup.py test
- coverage run package/setup.py test

after_success:
- coveralls

0 comments on commit 699d3a6

Please sign in to comment.