CI setup
Some checks failed
Gitea/python-cryptbase/pipeline/head There was a failure building this commit
Some checks failed
Gitea/python-cryptbase/pipeline/head There was a failure building this commit
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -13,7 +13,7 @@ passenv =
|
||||
envlist =
|
||||
clean,
|
||||
check,
|
||||
docs,
|
||||
; docs,
|
||||
{py36,py37,py38,py39,pypy3},
|
||||
report
|
||||
ignore_basepython_conflict = true
|
||||
@@ -38,7 +38,7 @@ deps =
|
||||
pytest
|
||||
pytest-cov
|
||||
commands =
|
||||
{posargs:pytest --cov --cov-report=term-missing -vv tests}
|
||||
{posargs:pytest --junitxml=junit-{envname}.xml --cov --cov-report=xml:cov-{envname}.xml -vv tests}
|
||||
|
||||
[testenv:check]
|
||||
deps =
|
||||
|
||||
Reference in New Issue
Block a user