remove test-build-js
This commit is contained in:
parent
c07af5aae2
commit
69f21234f3
|
@ -73,7 +73,6 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
- make test-build-js
|
|
||||||
- bandit -r . -ll -ii -x lemur/tests/,docs
|
- bandit -r . -ll -ii -x lemur/tests/,docs
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
8
Makefile
8
Makefile
|
@ -101,12 +101,6 @@ lint-js:
|
||||||
npm run lint
|
npm run lint
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
test-build-js:
|
|
||||||
@echo "--> Running JavaScript build"
|
|
||||||
npm install gulp
|
|
||||||
./node_modules/.bin/gulp build && node_modules/.bin/gulp package
|
|
||||||
@echo ""
|
|
||||||
|
|
||||||
coverage: develop
|
coverage: develop
|
||||||
coverage run --source=lemur -m py.test
|
coverage run --source=lemur -m py.test
|
||||||
coverage html
|
coverage html
|
||||||
|
@ -138,4 +132,4 @@ checkout-pr:
|
||||||
git fetch upstream pull/$(pr)/head:pr-$(pr)
|
git fetch upstream pull/$(pr)/head:pr-$(pr)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: develop dev-postgres dev-docs setup-git build clean update-submodules test testloop test-cli test-js test-python lint lint-python lint-js test-build-js coverage publish release
|
.PHONY: develop dev-postgres dev-docs setup-git build clean update-submodules test testloop test-cli test-js test-python lint lint-python lint-js coverage publish release
|
||||||
|
|
Loading…
Reference in New Issue