Skip to content

Commit

Permalink
Fix coverage measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Apr 2, 2018
1 parent 5bfa56a commit 0cf62b5
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 @@ -22,7 +22,7 @@ before_script:
- flake8
script:
- coverage erase
- coverage run --source fakeredis.py test_fakeredis.py
- coverage run --source fakeredis test_fakeredis.py
notifications:
email:
- js@jamesls.com
Expand Down

0 comments on commit 0cf62b5

Please sign in to comment.