1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

explicit define pyproject.toml as tox at least 4.30.2 is otherwise using EOL setup.cfg

This commit is contained in:
Peter Bieringer 2025-09-07 08:58:41 +02:00
parent 2ecfe1c952
commit dd365d1f4b

View file

@ -19,7 +19,7 @@ jobs:
- name: Install Test dependencies - name: Install Test dependencies
run: pip install tox run: pip install tox
- name: Test - name: Test
run: tox -e py run: tox -c pyproject.toml -e py
- name: Install Coveralls - name: Install Coveralls
if: github.event_name == 'push' if: github.event_name == 'push'
run: pip install coveralls run: pip install coveralls
@ -55,4 +55,4 @@ jobs:
- name: Install tox - name: Install tox
run: pip install tox run: pip install tox
- name: Lint - name: Lint
run: tox -e flake8,mypy,isort run: tox -c pyproject.toml -e flake8,mypy,isort