Browse Source
This runs flake8 and the python tests. Helps me, at least! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>nifty/pset-pre
committed by
Christian Decker
1 changed files with 10 additions and 0 deletions
@ -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