Disallow mypy to fail

pull/171/head
aristocratos 2020-10-27 17:30:08 +01:00
parent 22d79c35e6
commit 2d13dc68c8
1 changed files with 0 additions and 5 deletions

View File

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