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