File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ list-author-emails:
171
171
172
172
mypy : ${PYSOURCES}
173
173
rm -Rf typeshed/2.7/ruamel/yaml
174
- ln -s $(shell python -c 'import ruamel.yaml; import os.path; print os.path.dirname(ruamel.yaml.__file__) ' ) \
174
+ ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print( os.path.dirname(ruamel.yaml.__file__) )' ) \
175
175
typeshed/2.7/ruamel/
176
176
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls \
177
177
--fast-parser --warn-redundant-casts --warn-unused-ignores \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ whitelist_externals = make
16
16
deps =
17
17
mypy-lang>=0.4
18
18
typed-ast
19
+ -rrequirements.txt
19
20
20
21
[testenv:py35-lint]
21
22
commands = flake8 schema_salad setup.py
You can’t perform that action at this time.
0 commit comments