1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/circle.yml
2016-06-05 22:03:21 +01:00

16 lines
199 B
YAML

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