ci: add module install/mypy
This commit is contained in:
parent
1ff34d0d29
commit
a2154b74e3
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
@ -84,6 +84,7 @@ commands =
|
||||||
commands =
|
commands =
|
||||||
pip install -e .[testing,optional]
|
pip install -e .[testing,optional]
|
||||||
|
|
||||||
|
hpi module install my.browser.export
|
||||||
hpi module install my.orgmode
|
hpi module install my.orgmode
|
||||||
hpi module install my.endomondo
|
hpi module install my.endomondo
|
||||||
hpi module install my.github.ghexport
|
hpi module install my.github.ghexport
|
||||||
|
@ -103,6 +104,7 @@ commands =
|
||||||
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
|
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
|
||||||
# guess it wants .pyi file??
|
# guess it wants .pyi file??
|
||||||
python3 -m mypy --install-types --non-interactive \
|
python3 -m mypy --install-types --non-interactive \
|
||||||
|
-p my.browser.export \
|
||||||
-p my.endomondo \
|
-p my.endomondo \
|
||||||
-p my.github.ghexport \
|
-p my.github.ghexport \
|
||||||
-p my.hypothesis \
|
-p my.hypothesis \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue