From ff3cd3f979b077bc8ecc6154743d740bab13aacf Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 22 May 2017 09:56:47 +0100 Subject: [PATCH] Run python tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0175f25..8e6c945 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ BASEDIR=$(PWD) NODE_BIN=node_modules/.bin +ENV=env/bin STATIC_SRC=$(BASEDIR)/static/src STATIC_BUILD=$(BASEDIR)/static/build @@ -39,6 +40,8 @@ test: $(NODE_BIN)/yamllint data/*.yml $(NODE_BIN)/yamllint config.yml $(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*' + $(ENV)/nose2 + .PHONY: build clean install test