UNPKG

generator-weppy-mvc

Version:

Build a full stack python web application in minutes.

12 lines (11 loc) 446 B
language: node_js node_js: - "5" - "4" script: - mocha after_script: - NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage email: - false