Skip to content

Commit 5c4ef60

Browse files
authored
Merge branch 'master' into debug-fixes
2 parents e47f4e6 + 286001f commit 5c4ef60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ jenkins:
187187
. env3/bin/activate ; \
188188
pip install -U setuptools pip wheel ; \
189189
${MAKE} install-dep ; \
190-
pip install -U mypy-lang typed-ast ; ${MAKE} mypy
190+
pip install -U mypy ; ${MAKE} mypy
191191

192192
FORCE:

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ commands = make mypy
1515
whitelist_externals = make
1616
deps =
1717
mypy>=0.470
18-
typed-ast
1918
-rrequirements.txt
2019

2120
[testenv:py35-lint]

0 commit comments

Comments
 (0)