1
Fork 0

dont use nose from env

This commit is contained in:
Jake Howard 2017-05-22 10:00:14 +01:00
parent ff3cd3f979
commit 950df28f82

View file

@ -1,6 +1,5 @@
BASEDIR=$(PWD) BASEDIR=$(PWD)
NODE_BIN=node_modules/.bin NODE_BIN=node_modules/.bin
ENV=env/bin
STATIC_SRC=$(BASEDIR)/static/src STATIC_SRC=$(BASEDIR)/static/src
STATIC_BUILD=$(BASEDIR)/static/build STATIC_BUILD=$(BASEDIR)/static/build
@ -40,7 +39,7 @@ test:
$(NODE_BIN)/yamllint data/*.yml $(NODE_BIN)/yamllint data/*.yml
$(NODE_BIN)/yamllint config.yml $(NODE_BIN)/yamllint config.yml
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*' $(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*'
$(ENV)/nose2 nose2