Skip to content

Commit

Permalink
:fix: coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
b3j0f committed Jun 14, 2015
1 parent fcc5c7d commit c3f399c
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 @@ -10,7 +10,7 @@ install:
- pip install coveralls
# command to run tests
script:
- coverage setup.py test
- coverage run setup.py test
# command to run after success
after_success:
- coveralls

0 comments on commit c3f399c

Please sign in to comment.