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.
dotfile-automator/circle.yml

12 lines
125 B
YAML
Raw Permalink Normal View History

2015-11-27 18:20:37 +00:00
machine:
python:
version: 3.5.0
dependencies:
pre:
- scripts/build
test:
override:
2015-12-03 22:46:26 +00:00
- scripts/runtests CI