Skip to content
Snippets Groups Projects
Commit bf5454ae authored by Vlastimil Zima's avatar Vlastimil Zima
Browse files

Merge branch 'update-project-setup'

parents 81056898 28eeb699
No related merge requests found
......@@ -11,7 +11,7 @@ stages:
- test
- build
- publish
- devpi_push
- push
cache:
paths:
......@@ -82,7 +82,7 @@ publish:
- if: $CI_COMMIT_TAG
push:
stage: devpi_push
stage: push
image: "$DOCKER_REGISTRY/python/upload:latest"
script:
- devpi use "https://pypi.nic.cz/cznic/test"
......
......@@ -32,8 +32,6 @@ constrain_package_deps = true
[testenv:clear-coverage]
depends =
# Use single virtualenv for both coverage envs.
envdir = {toxworkdir}/coverage
commands =
coverage erase
......@@ -43,8 +41,6 @@ depends =
py39-pydantic{1,2}
py310-pydantic{1,2}
py311-pydantic{1,2}
# Use single virtualenv for both coverage envs.
envdir = {toxworkdir}/coverage
parallel_show_output = true
commands =
coverage combine
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment