Skip to content

Commit

Permalink
Fix cov-report line
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Jan 31, 2017
1 parent a3f26a9 commit d5ba41e
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 @@ -32,7 +32,7 @@ install:

# command to run tests
script:
py.test --cov=eniric --cov-report term:term-missing --durations 5
py.test --cov=eniric --cov-report term-missing --durations 5
# coverage run --source eniric -m py.test
# coverage report
after_success:
Expand Down

0 comments on commit d5ba41e

Please sign in to comment.