second
This commit is contained in:
parent
79b2296285
commit
e41515a8a7
22 changed files with 1821 additions and 49 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
LOCAL_DOCTEST=/usr/local/bin/toxcore_run_doctest3.bash
|
||||
DOCTEST=${LOCAL_DOCTEST}
|
||||
|
||||
lint::
|
||||
sh .pylint.sh
|
||||
|
||||
rsync::
|
||||
bash .rsync.sh
|
||||
|
||||
doctest:
|
||||
export PYTHONPATH=${PWD}
|
||||
${DOCTEST} stem_examples.txt
|
Loading…
Add table
Add a link
Reference in a new issue