Browse Source

pyln: add Makefile

This runs flake8 and the python tests.  Helps me, at least!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
nifty/pset-pre
Rusty Russell 5 years ago
committed by Christian Decker
parent
commit
5b4be02ed3
  1. 10
      contrib/pyln-proto/Makefile

10
contrib/pyln-proto/Makefile

@ -0,0 +1,10 @@
#! /usr/bin/make
default: check-source check
check:
pytest
check-source:
flake8 --ignore=E501,E731,W503
Loading…
Cancel
Save