From bfa427e05da8e4505c32aefbae311775aca76db0 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 10 Apr 2020 19:17:27 +0300 Subject: [PATCH] Add a flake8 job to Travis CI --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cfc6f8..fb98a36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,12 @@ python: - 3.7 - 3.8 - pypy +jobs: + include: + - name: flake8 + install: pip install flake8 + script: flake8 src setup.py + after_success: install: - pip install -U pip setuptools - pip install -U coverage coveralls