From ba32e82a30a1f576ff57820c5df80184ec282ab9 Mon Sep 17 00:00:00 2001 From: migurski Date: Wed, 23 Nov 2016 09:20:55 -0800 Subject: [PATCH] Added no-tests Circle file to join the docs pipeline --- circle.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..6aa37a3 --- /dev/null +++ b/circle.yml @@ -0,0 +1,14 @@ +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