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
2
2
include schema_salad/py.typed
3
3
include schema_salad/avro/*
4
4
recursive-include schema_salad/java *
@@ -10,5 +10,6 @@ include schema_salad/tests/foreign/*.cwl
10
10
recursive-include schema_salad/tests/test_real_cwl *
11
11
include schema_salad/metaschema/*
12
12
include schema_salad/tests/docimp/*
13
+ recursive-include typeshed *.py?
13
14
global-exclude *~
14
15
global-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
90
90
pushd out/${package} *
91
91
make dist
92
92
make test
93
+ pip install " -r${DIR} /mypy_requirements.txt"
94
+ make mypy
93
95
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
94
96
mkdir ../not-${module}
95
97
pushd ../not-${module}
You can’t perform that action at this time.
0 commit comments