redash/circle.yml

20 lines
249 B
YAML
Raw Normal View History

2014-01-25 19:24:31 +00:00
machine:
node:
version:
0.10.22
2014-01-26 14:51:07 +00:00
python:
version:
2014-01-26 14:54:32 +00:00
2.7.3
2014-01-25 19:24:31 +00:00
dependencies:
pre:
- make deps
2014-01-26 14:34:31 +00:00
- pip install requests
2014-01-25 19:24:31 +00:00
test:
post:
- make pack
deployment:
github:
branch: master
commands:
- make upload