diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-06-18 17:35:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 06:35:08 +0600 |
commit | 07210eef3741781e0483cec656b99477c9185732 (patch) | |
tree | 39b12a7bb52f525294c4b6cf1f91ec6f62ebda65 | |
parent | 5de3023c4c95554b70a455da5fa75b3d17478d89 (diff) | |
download | pyjwt-07210eef3741781e0483cec656b99477c9185732.tar.gz |
Specify the target Python version for mypy (#497)
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |