]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
travis: run pep8/flake8 tests
authorDaniel Axtens <dja@axtens.net>
Thu, 25 Jan 2018 02:43:14 +0000 (13:43 +1100)
committerStephen Finucane <stephen@that.guru>
Fri, 26 Jan 2018 21:42:58 +0000 (21:42 +0000)
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@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
.travis.yml

index f19fe4f3fa35c41fbd78881211c43b78952baddb..f43baa11e887295de6bcc7081617a16e4dcfbaf7 100644 (file)
@@ -29,10 +29,10 @@ before_script:
 
 install:
   - pip install tox-travis
-  - pip install codecov
 
 script:
   - tox
+  - tox -e pep8
   - tox -e coverage
 
 after_success: