From 9b2dae3a99d16479acfc8d207542a424d81b3b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 5 May 2017 23:50:24 +0200 Subject: [PATCH] Problem with the return code of mypr :-( --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94df0a3..286243c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ install: script: - nosetests --with-coverage --cover-package=stegano - - mypy --ignore-missing-imports --follow-imports skip --check-untyped-defs stegano/ after_success: - coveralls