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 <[email protected]> --- .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 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
