mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
pyln: add Makefile
This runs flake8 and the python tests. Helps me, at least! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
9e0ef45048
commit
5b4be02ed3
10
contrib/pyln-proto/Makefile
Normal file
10
contrib/pyln-proto/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
#! /usr/bin/make
|
||||
|
||||
default: check-source check
|
||||
|
||||
check:
|
||||
pytest
|
||||
|
||||
check-source:
|
||||
flake8 --ignore=E501,E731,W503
|
||||
|
Loading…
Reference in New Issue
Block a user