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 19:47:14 +01:00

19 lines
246 B
YAML

machine:
python:
version: 3.4.2
node:
version: 5.10.1
environment:
NODE_ENV: production
dependencies:
pre:
- make
cache_directories:
- env
- node_modules
- pelican_plugins
test:
override:
- make test