[travis] add flake8 job

This commit is contained in:
Mike Fährmann
2020-03-23 22:59:01 +01:00
parent fb846c9ee5
commit ce73796eaa

View File

@@ -12,6 +12,10 @@ matrix:
include:
- python: "3.8"
env: GALLERYDL_TESTS=results
- python: "3.8"
env: GALLERYDL_TESTS=flake8
install: pip install flake8
script: flake8 .
- language: minimal
env: GALLERYDL_TESTS=snap
addons: