summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-30 10:00:44 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-30 10:00:44 +0200
commit6198797aac41f938dd752620efe04b3e8503e2d1 (patch)
treebc04df2e5b6ade583584b165ec7d3f729def88c7 /tox.ini
parentaa587eca1ec8a98c42fce6fac6f207bfb9f3a06e (diff)
downloadpylint-git-6198797aac41f938dd752620efe04b3e8503e2d1.tar.gz
Pin mypy and typed-ast to fix the CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b4864e679..a70cfa52c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,10 +23,11 @@ changedir = {toxinidir}
[testenv:mypy]
basepython = python3
deps =
- mypy
+ typed-ast>=1.4
+ mypy>=0.7,<1.0
commands =
- python -m mypy {toxinidir}/pylint/checkers --ignore-missing-imports
+ python -m mypy {toxinidir}/pylint/checkers --ignore-missing-imports {posargs:}
[testenv]
deps =