This commit is contained in:
parent
86f0eecc34
commit
a3c450179d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue