added flake to tests

This commit is contained in:
Bastian Venthur 2021-06-23 10:49:46 +02:00
parent bacb2c0625
commit 16f2db6623
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ jobs:
- name: Run Tox
# Run tox using the version of Python in `PATH`
run: tox -e py
- name: Run flake8
run: tox -e flake8