Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 963ea3f

Browse files
committedJun 27, 2017
mypy: add typeshed/2and3 in mypypath
1 parent 62cbece commit 963ea3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ mypy: ${PYSOURCES}
169169
rm -Rf typeshed/2.7/ruamel/yaml
170170
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
171171
typeshed/2.7/ruamel/
172-
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls \
172+
MYPYPATH=$MYPYPATH:typeshed/2.7:typeshed/2and3 mypy --py2 --disallow-untyped-calls \
173173
--warn-redundant-casts --warn-unused-ignores \
174174
schema_salad
175175

0 commit comments

Comments
 (0)
Please sign in to comment.