Upgrade to tox 4

This commit is contained in:
Adam Johnson 2022-12-08 01:00:42 +00:00
parent 1fbe16a8d2
commit cd0a16eaa6

View File

@ -34,10 +34,10 @@ jobs:
run: python -m pip install --upgrade pip setuptools virtualenv wheel
- name: Install dependencies
run: python -m pip install --upgrade codecov tox tox-py
run: python -m pip install --upgrade codecov tox
- name: Run tox targets for ${{ matrix.python-version }}
run: tox --py current
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
- name: Run extra tox targets
if: ${{ matrix.python-version == '3.9' }}