Skip to content

Commit

Permalink
Create circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Kowalsky authored Mar 22, 2017
1 parent 5a507ae commit 52f541f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
machine:
python:
version: 2.7.10

test:
override:
- echo "Fine, whatever."

deployment:
release:
branch: "master"
commands:
- pip install 'Circle-Beacon == 2.0.0'
- alert-circle mapzen documentation master $CIRCLE_TOKEN

0 comments on commit 52f541f

Please sign in to comment.