Skip to content

Commit

Permalink
try to fix mypy 3.4 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Martin committed Apr 10, 2019
1 parent 16f2832 commit 38e67c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -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': [
Expand Down

0 comments on commit 38e67c4

Please sign in to comment.