explicit define pyproject.toml as tox at least 4.30.2 is otherwise using EOL setup.cfg
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user