Skip to content

Commit

Permalink
Specify the target Python version for mypy (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and jpadilla committed Jun 19, 2020
1 parent 384ad11 commit 56cada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =

[testenv:typing]
deps = mypy
commands = mypy --ignore-missing-imports jwt
commands = mypy --python-version 3.5 --ignore-missing-imports jwt


[testenv:lint]
Expand Down

0 comments on commit 56cada1

Please sign in to comment.