From 4671ccdf69334cd4626c241da268a4f7ced11b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 17 Feb 2020 22:01:36 +0100 Subject: [PATCH] fix: Typo in travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39205ef..f291ba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: script: - poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d - - poetry run mypi . + - poetry run mypy . after_success: - poetry run codecov