From e017f69376da6453906a3db981592a21bf87f725 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Thu, 25 Jan 2018 13:43:14 +1100 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f19fe4f..f43baa1 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: -- cgit v1.2.3