From 38e67c42a37fbd437151391960790263972428c3 Mon Sep 17 00:00:00 2001 From: Seb Martin Date: Wed, 10 Apr 2019 12:28:36 -0400 Subject: [PATCH] try to fix mypy 3.4 error --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b486a6e..c71cb5e 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,10 @@ def get_version(): 'xmltodict', 'pywebhdfs>=0.4.1', ], - 'test: python_version >= "3.3"': [ + 'test: python_version >= "3.4", python_version < "3.5"': [ + 'mypy == 0.670', + ], + 'test: python_version >= "3.5"': [ 'mypy', ], 'docs': [