machine:
python:
version: 3.5.1
node:
version: 6.9.4
environment:
BUILD_PRODUCTION: true
NODE_ENV: production
NPM_CONFIG_PRODUCTION: false
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
dependencies:
- pelican -v
test:
override:
- scripts/test