Skip to content

Commit

Permalink
Coverage shouldn't be reporting for the tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Feb 3, 2017
1 parent 41450d6 commit b8357f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist=py{27,35}-dj{18,19,110}-wag{17,18},flake8
install_command=pip install -e ".[testing]" -U {opts} {packages}
commands=
coverage erase
coverage run --source='.' {envbindir}/django-admin.py test {posargs}
coverage run --source='flags' {envbindir}/django-admin.py test {posargs}
setenv=
DJANGO_SETTINGS_MODULE=flags.tests.settings

Expand Down Expand Up @@ -34,6 +34,3 @@ exclude=
.tox,
__pycache__,
flags/migrations/*

[run]
omit=.tox/*

0 comments on commit b8357f5

Please sign in to comment.