Skip to content

Commit

Permalink
Ensure coverage starts from a blank state
Browse files Browse the repository at this point in the history
This avoids some problems such as changes in configuration not taking
place
  • Loading branch information
abravalheri committed Jun 27, 2018
1 parent 3cdb75c commit 93c6b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install:
before_script:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- rm -rf .coverage # Avoid information carried from one run to the other
script:
- pip list
- python setup.py develop
Expand Down

0 comments on commit 93c6b28

Please sign in to comment.