dont use nose from env
This commit is contained in:
parent
ff3cd3f979
commit
950df28f82
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue