mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 01:32:30 +03:00
Upgrade to tox 4
This commit is contained in:
parent
1fbe16a8d2
commit
cd0a16eaa6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user