added flake to tests
This commit is contained in:
parent
bacb2c0625
commit
16f2db6623
|
@ -24,3 +24,5 @@ jobs:
|
||||||
- name: Run Tox
|
- name: Run Tox
|
||||||
# Run tox using the version of Python in `PATH`
|
# Run tox using the version of Python in `PATH`
|
||||||
run: tox -e py
|
run: tox -e py
|
||||||
|
- name: Run flake8
|
||||||
|
run: tox -e flake8
|
||||||
|
|
Loading…
Reference in New Issue