my.coding.commits: more cleanup
Followup of https://github.com/karlicoss/HPI/pull/132 - add REQUIRES section - use 'commits' config section & add proper schema - use dedicated subdirectory for cache
This commit is contained in:
parent
ec8b0e9170
commit
a1a24ffbc3
2 changed files with 49 additions and 28 deletions
4
tox.ini
4
tox.ini
|
@ -34,7 +34,7 @@ commands =
|
|||
# my.body.weight dep
|
||||
hpi module install my.orgmode
|
||||
|
||||
pip install gitpython # my.commits dep
|
||||
hpi module install my.coding.commits
|
||||
|
||||
python3 -m pytest tests \
|
||||
# ignore some tests which might take a while to run on ci..
|
||||
|
@ -79,7 +79,7 @@ commands =
|
|||
hpi module install my.stackexchange.stexport
|
||||
hpi module install my.pinboard
|
||||
hpi module install my.arbtt
|
||||
pip install gitpython # my.commits dep
|
||||
hpi module install my.coding.commits
|
||||
|
||||
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
|
||||
# guess it wants .pyi file??
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue