Run python tests
This commit is contained in:
parent
a1afb64600
commit
ff3cd3f979
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,6 @@
|
||||||
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
|
||||||
|
@ -39,6 +40,8 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: build clean install test
|
.PHONY: build clean install test
|
||||||
|
|
Loading…
Reference in a new issue