[PATCH 4/7] travis: run pep8/flake8 tests
Daniel Axtens
dja at axtens.net
Thu Jan 25 13:43:14 AEDT 2018
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 <dja at axtens.net>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f19fe4f3fa35..f43baa11e887 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:
--
2.14.1
More information about the Patchwork
mailing list