mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Rename tox callable.
This commit is contained in:
parent
fb88f7495c
commit
952f7290ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -45,10 +45,10 @@ jobs:
|
|||
python -m pip install --upgrade tox tox-gh
|
||||
|
||||
- name: Setup test suite
|
||||
run: tox4 r -vv --notest
|
||||
run: tox r -vv --notest
|
||||
|
||||
- name: Tox tests (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
|
||||
run: tox4 r --skip-pkg-install
|
||||
run: tox r --skip-pkg-install
|
||||
env:
|
||||
DJANGO: ${{ matrix.django-version }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue