CI: clean up tox config a bit, get rid of custom lint script

This commit is contained in:
Dima Gerasimov 2021-02-17 21:41:18 +00:00 committed by karlicoss
parent f102101b39
commit 56d5587c20
6 changed files with 50 additions and 132 deletions

View file

@ -40,8 +40,12 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: .coverage.mypy_${{ matrix.platform }}_${{ matrix.python-version }}
path: .coverage.mypy/
name: .coverage.mypy-misc_${{ matrix.platform }}_${{ matrix.python-version }}
path: .coverage.mypy-misc/
- uses: actions/upload-artifact@v2
with:
name: .coverage.mypy-core_${{ matrix.platform }}_${{ matrix.python-version }}
path: .coverage.mypy-core/
pypi:
runs-on: ubuntu-latest