You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
264 B
15 lines
264 B
8 years ago
|
machine:
|
||
|
python:
|
||
|
version: 2.7.10
|
||
|
|
||
|
test:
|
||
|
override:
|
||
|
- echo "Fine, whatever."
|
||
|
|
||
|
deployment:
|
||
|
release:
|
||
|
branch: "master"
|
||
|
commands:
|
||
|
- pip install 'Circle-Tickler == 1.0.1'
|
||
|
- tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN
|