tox: build coverage report for 1.11

This commit is contained in:
Frédéric Péters 2019-03-17 14:43:57 +01:00
parent 5fd5e3fa29
commit 007ca19a0f
1 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ setenv =
DJANGO_SETTINGS_MODULE=eo_gestion.settings
BARBACOMPTA_SETTINGS_FILE=tests/settings.py
deps =
django111: django>=1.11,<1.12
django>=1.11,<1.12
pytest-cov
pytest-django
pytest<4
@ -24,6 +24,5 @@ deps =
html5lib<1.0
commands =
./getlasso.sh
django18: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=eo_gestion/ tests/}
django111: ./pylint.sh eo_gestion/
django111: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}
./pylint.sh eo_gestion/
py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=eo_gestion/ tests/}