mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 13:14:46 +00:00
Add a flake8 job to the Travis matrix
https://docs.travis-ci.com/user/build-matrix/#rows-that-are-allowed-to-fail suggests that this might not work.
This commit is contained in:
parent
72e7c600f3
commit
7a43abe6d6
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@ jobs:
|
|||
include:
|
||||
- python: "3.5"
|
||||
env: TOXENV=oldbs4
|
||||
- name: flake8
|
||||
env: TOXENV=flake8
|
||||
before_script:
|
||||
after_success:
|
||||
allow_failures:
|
||||
- name: flake8
|
||||
env: TOXENV=flake8
|
||||
# command to install dependencies
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
|||
Loading…
Reference in a new issue