mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Listened review
This commit is contained in:
parent
9261bec264
commit
18ba6cbdec
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -3,6 +3,7 @@ name: main
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
|
tags: '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -33,7 +34,5 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
- run: |
|
- run: pip install --upgrade pip setuptools tox virtualenv
|
||||||
pip install --upgrade pip
|
|
||||||
pip install --upgrade setuptools pip tox virtualenv
|
|
||||||
- run: tox -e ${{ matrix.toxenv }}
|
- run: tox -e ${{ matrix.toxenv }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue