We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e47f4e6 + 286001f commit 5c4ef60Copy full SHA for 5c4ef60
Makefile
@@ -187,6 +187,6 @@ jenkins:
187
. env3/bin/activate ; \
188
pip install -U setuptools pip wheel ; \
189
${MAKE} install-dep ; \
190
- pip install -U mypy-lang typed-ast ; ${MAKE} mypy
+ pip install -U mypy ; ${MAKE} mypy
191
192
FORCE:
tox.ini
@@ -15,7 +15,6 @@ commands = make mypy
15
whitelist_externals = make
16
deps =
17
mypy>=0.470
18
- typed-ast
19
-rrequirements.txt
20
21
[testenv:py35-lint]
0 commit comments