From 2399eff60fb283affc4aecabd091ecdc73e035ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 17 Feb 2020 22:06:56 +0100 Subject: [PATCH] fix: travis, again --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f291ba7..e6913df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ python: install: - pip install poetry # Blocker: https://github.com/python-poetry/poetry/issues/1009 + - pip install mypy - poetry build - pip install dist/*.whl