mirror of https://github.com/aristocratos/bpytop
Disallow mypy to fail
parent
22d79c35e6
commit
2d13dc68c8
|
@ -13,11 +13,6 @@ 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