redash/circle.yml

26 lines
411 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-03-02 13:46:29 +00:00
- pip install -r dev_requirements.txt
- pip install -r requirements.txt
cache_directories:
- rd_ui/node_modules/
- rd_ui/app/bower_components/
2014-01-25 19:24:31 +00:00
test:
override:
- make test
2014-01-25 19:24:31 +00:00
post:
- make pack
deployment:
github:
branch: master
commands:
- make upload