mirror of https://github.com/aristocratos/bpytop
Allow mypy to fail
parent
4b9f26ca3c
commit
14680bc011
|
@ -13,6 +13,11 @@ jobs:
|
|||
python: 3.8
|
||||
env:
|
||||
- TOXENV=pylint
|
||||
allow_failures:
|
||||
- name: "mypy"
|
||||
python: 3.8
|
||||
env:
|
||||
- TOXENV=mypy
|
||||
before_install: pip install poetry
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
|
Loading…
Reference in New Issue