From: Daniel Axtens Date: Thu, 25 Jan 2018 02:43:14 +0000 (+1100) Subject: travis: run pep8/flake8 tests X-Git-Tag: v2.1.0-rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e017f69376da;p=thirdparty%2Fpatchwork.git travis: run pep8/flake8 tests Add the test at the end of each run. This is inefficient but simpler than adding a matrix entry. It's also very fast so there's no slowdown. While there, remove the 'codecov' package: tox will bring it in automatically. Signed-off-by: Daniel Axtens Reviewed-by: Stephen Finucane --- diff --git a/.travis.yml b/.travis.yml index f19fe4f3..f43baa11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,10 @@ before_script: install: - pip install tox-travis - - pip install codecov script: - tox + - tox -e pep8 - tox -e coverage after_success: