Skip to content

Commit

Permalink
Exclude all the virtualenvs packages from coverage stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagrandi committed Mar 1, 2014
1 parent 22d7729 commit 0b591e4
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 @@ -26,6 +26,6 @@ env:
- SENDGRID_USERNAME=''
- SENDGRID_PASSWORD=''
# command to run tests, e.g. python setup.py test
script: coverage run workshopvenues/manage.py test --settings=workshopvenues.settings_test venues
script: coverage run --omit=*.virtualenvs* workshopvenues/manage.py test --settings=workshopvenues.settings_test venues
after_success:
- coveralls

0 comments on commit 0b591e4

Please sign in to comment.