machine:
python:
version: 3.5.1
node:
version: 5.11.1
environment:
NODE_ENV: production
dependencies:
pre:
- make install
test:
override:
- make build
- make test
deployment:
production:
branch: v4
commands:
- make upload