Lint to match python version
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -44,11 +44,11 @@ jobs:
|
||||
# tox: py39
|
||||
|
||||
- name: "Lint: check-manifest"
|
||||
python: "3.9"
|
||||
python: "3.7"
|
||||
tox: check-manifest
|
||||
|
||||
- name: "Lint: flake8"
|
||||
python: "3.9"
|
||||
python: "3.7"
|
||||
tox: flake8
|
||||
|
||||
name: ${{ matrix.name }}
|
||||
|
||||
Reference in New Issue
Block a user