add smscalls to my.config, add test to CI
This commit is contained in:
parent
89fb62bf06
commit
011cb88710
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,9 @@ class hypothesis:
|
|||
class instapaper:
|
||||
export_path: Paths = ''
|
||||
|
||||
class smscalls:
|
||||
export_path: Paths = ''
|
||||
|
||||
class pocket:
|
||||
export_path: Paths = ''
|
||||
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -85,6 +85,7 @@ commands =
|
|||
hpi module install my.coding.commits
|
||||
hpi module install my.goodreads
|
||||
hpi module install my.pdfs
|
||||
hpi module install my.smscalls
|
||||
|
||||
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
|
||||
# guess it wants .pyi file??
|
||||
|
@ -94,6 +95,7 @@ commands =
|
|||
-p my.hypothesis \
|
||||
-p my.instapaper \
|
||||
-p my.pocket \
|
||||
-p my.smscalls \
|
||||
-p my.reddit \
|
||||
-p my.stackexchange.stexport \
|
||||
-p my.pinboard \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue