mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-07 15:50:58 +00:00
updated tox
This commit is contained in:
parent
5495516c74
commit
f40a7163ba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -20,9 +20,9 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: install deps
|
||||
run: python -m pip install tox
|
||||
run: python -m pip install tox poetry
|
||||
- name: test
|
||||
run: python -m tox -p
|
||||
run: tox -e test
|
||||
- name: upload cov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue