tox.ini: aggregate coverage for py3 too

This commit is contained in:
Benjamin Dauvergne 2020-04-10 11:03:23 +02:00
parent baa769d498
commit d0bdc988ac
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/eopayment/{env:BRANCH_NAME:}
# django.contrib.auth is not tested it does not work with our templates
commands =
py2: py.test {posargs: --junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=eopayment/ tests}
py3: py.test {posargs: --junitxml=junit-{envname}.xml tests}
py3: py.test {posargs: --junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=eopayment/ tests}
usedevelop = True
deps = coverage
pytest
pytest-freezegun
py2: pytest-cov
pytest-cov
mock
httmock
lxml