File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- include gittaggers.py Makefile LICENSE.txt requirements.txt mypy_requirements.txt test-requirements.txt
1+ include gittaggers.py Makefile LICENSE.txt requirements.txt mypy_requirements.txt test-requirements.txt mypy.ini
22include schema_salad/py.typed
33include schema_salad/avro/*
44recursive-include schema_salad/java *
@@ -10,5 +10,6 @@ include schema_salad/tests/foreign/*.cwl
1010recursive-include schema_salad/tests/test_real_cwl *
1111include schema_salad/metaschema/*
1212include schema_salad/tests/docimp/*
13+ recursive-include typeshed *.py?
1314global-exclude *~
1415global-exclude *.pyc
Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ tar --extract --directory=out -z -f ${package}*.tar.gz
9090pushd out/${package} *
9191make dist
9292make test
93+ pip install " -r${DIR} /mypy_requirements.txt"
94+ make mypy
9395pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
9496mkdir ../not-${module}
9597pushd ../not-${module}
You can’t perform that action at this time.
0 commit comments