diff options
author | Daniel Axtens <dja@axtens.net> | 2018-01-25 13:43:14 +1100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-01-26 21:42:58 +0000 |
commit | e017f69376da6453906a3db981592a21bf87f725 (patch) | |
tree | 34ac6f7e3e39b1018e5d240e2c7f81224603d9d4 | |
parent | aa304247ec6f12123a67b0c12e4b307798da6c28 (diff) | |
download | patchwork-e017f69376da6453906a3db981592a21bf87f725.tar patchwork-e017f69376da6453906a3db981592a21bf87f725.tar.gz |
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 <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |