Skip to content

Commit

Permalink
Omit venv in the coverage. Ref #40
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperStam committed May 7, 2017
1 parent cbd340c commit bf7f699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ install:
- pip install codecov coverage
- pip install -r packages.pip
script:
- CY_ENV_FILE=../.env.example coverage run manage.py test
- CY_ENV_FILE=../.env.example coverage run --omit="venv/*" manage.py test
after_success:
- codecov
2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

0 comments on commit bf7f699

Please sign in to comment.