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:
parent
2ecfe1c952
commit
dd365d1f4b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install Test dependencies
|
||||
run: pip install tox
|
||||
- name: Test
|
||||
run: tox -e py
|
||||
run: tox -c pyproject.toml -e py
|
||||
- name: Install Coveralls
|
||||
if: github.event_name == 'push'
|
||||
run: pip install coveralls
|
||||
|
@ -55,4 +55,4 @@ jobs:
|
|||
- name: Install tox
|
||||
run: pip install tox
|
||||
- name: Lint
|
||||
run: tox -e flake8,mypy,isort
|
||||
run: tox -c pyproject.toml -e flake8,mypy,isort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue