CI setup
Some checks failed
Gitea/python-cryptbase/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-09 00:37:11 +02:00
parent 510409f074
commit 7a8cd52858
4 changed files with 163 additions and 2 deletions

View File

@@ -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 =