mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
GitHub Action to run tox
This commit is contained in:
parent
a16b8975a9
commit
f587bfaf0f
3
.github/workflows/tox.yml
vendored
3
.github/workflows/tox.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install --upgrade pip
|
||||
- run: pip install tox
|
||||
- run: tox -e lint
|
||||
|
||||
tox-docs-lint:
|
||||
@ -15,6 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install --upgrade pip
|
||||
- run: pip install tox
|
||||
- run: tox -e docs-lint
|
||||
|
||||
tox-pycodestyle:
|
||||
@ -23,6 +25,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install --upgrade pip
|
||||
- run: pip install tox
|
||||
- run: tox -e pycodestyle
|
||||
|
||||
tox:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user