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:
Marius Gedminas 2020-05-19 19:26:33 +03:00
parent 72e7c600f3
commit 7a43abe6d6

View file

@ -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: