1
0
Fork 0
forked from s3lph/matemat
This commit is contained in:
s3lph 2023-07-29 23:15:07 +02:00
parent 86f0eecc34
commit a3c450179d

View file

@ -7,16 +7,16 @@ steps:
group: test group: test
commands: commands:
- pip3 install -e .[test] - pip3 install -e .[test]
- sudo -u matemat python3 -m coverage run --rcfile=setup.cfg -m unittest discover matemat - python3 -m coverage run --rcfile=setup.cfg -m unittest discover matemat
- sudo -u matemat python3 -m coverage combine - python3 -m coverage combine
- sudo -u matemat python3 -m coverage report --rcfile=setup.cfg - python3 -m coverage report --rcfile=setup.cfg
codestyle: codestyle:
image: python:3.11-bookworm image: python:3.11-bookworm
group: test group: test
commands: commands:
- pip3 install -e .[test] - pip3 install -e .[test]
- sudo -u matemat pycodestyle matemat - pycodestyle matemat
build_wheel: build_wheel:
image: python:3.11-bookworm image: python:3.11-bookworm