tox.ini: rename junit results (#30079)

This commit is contained in:
Benjamin Dauvergne 2019-01-24 16:40:45 +01:00
parent 0ce876f8bb
commit 161dfee7df
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setenv =
DJANGO_SETTINGS_MODULE=authentic2.settings
sqlite: DB_ENGINE=django.db.backends.sqlite3
pg: DB_ENGINE=django.db.backends.postgresql_psycopg2
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov=src/ --cov-config .coveragerc
coverage: COVERAGE=--junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=src/ --cov-config .coveragerc
fast: FAST=--nomigrations
usedevelop =
coverage: True