tox.ini: fix coverage source target

This commit is contained in:
Benjamin Dauvergne 2020-09-25 17:23:06 +02:00
parent 8fa14b2e8b
commit 24580e5096
1 changed files with 1 additions and 4 deletions

View File

@ -36,7 +36,7 @@ setenv =
SETUPTOOLS_USE_DISTUTILS=stdlib
JUNIT={tty::-o junit_suite_name={envname} --junit-xml=junit-{envname}.xml}
COVERAGE={tty::--cov=src --cov-branch --cov-append --cov-report xml --cov-report html}
COVERAGE={tty::--cov-branch --cov-append --cov-report xml --cov-report html}
fast: FAST=--nomigrations
reusedb: REUSEDB=--reuse-db
!nosw: SW={tty:--sw:}
@ -47,7 +47,6 @@ passenv=
PGHOST
PGUSER
PGPASSWORD
# usedevelop = true
deps =
pip > 9
dj111: django<2.0
@ -127,10 +126,8 @@ source =
authentic2_auth_fc
authentic2_auth_oidc
authentic2_auth_saml
authentic2.egg-info
authentic2_idp_cas
authentic2_idp_oidc
authentic2_journal
authentic2_provisionning_ldap
django_rbac