Skip to content
Snippets Groups Projects
Commit 86e328ed authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

WIP: build tests

parent 665b5399
No related branches found
No related tags found
No related merge requests found
Pipeline #548694 failed
......@@ -5,7 +5,7 @@ stages:
.test:
tags:
- heavyweight
- lightweight
script:
- pip install .[test]
- python setup.py build sdist bdist
......@@ -27,8 +27,6 @@ py311:
codestyle:
allow_failure: true
tags:
- lightweight
script:
- pip install .[lint]
# The first run is to generate the Code Climate report
......@@ -46,6 +44,7 @@ docker:
MANIFEST_NAME: obs-proxy
DEBIAN_FRONTEND: noninteractive
BUILDAH_ISOLATION: chroot
needs: []
image:
name: debian:bullseye-slim
entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment