Skip to content

Commit

Permalink
Omit virtualenv from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Apr 18, 2017
1 parent d4e89c4 commit c7678d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
omit =
/home/*/.buildout/eggs/*
/usr/*
bin/test
bin/*
/home/travis/buildout-cache/eggs/*
/home/travis/virtualenv/*
eggs/*
parts/*
lib*
include

0 comments on commit c7678d1

Please sign in to comment.