From 950df28f82e7a30514f9563e8e05d6da04f65f64 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 22 May 2017 10:00:14 +0100 Subject: [PATCH] dont use nose from env --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e6c945..f701dbc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ BASEDIR=$(PWD) NODE_BIN=node_modules/.bin -ENV=env/bin STATIC_SRC=$(BASEDIR)/static/src STATIC_BUILD=$(BASEDIR)/static/build @@ -40,7 +39,7 @@ test: $(NODE_BIN)/yamllint data/*.yml $(NODE_BIN)/yamllint config.yml $(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*' - $(ENV)/nose2 + nose2