forked from coala/coala
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
32 lines (30 loc) · 856 Bytes
/
circle.yml
File metadata and controls
32 lines (30 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
dependencies:
cache_directories:
- ~/.pyenv/versions/3.3.6
- ~/.pyenv/versions/3.4.3
- ~/.pyenv/versions/3.5.1
- ~/coala/node_modules
pre:
- echo 'export PATH=$PATH:~/coala/node_modules/.bin' >> ~/.circlerc
- sed -i '/source \/home\/ubuntu\/virtualenvs\//d' ~/.circlerc
- nvm alias default node
override:
- bash .misc/deps.sh
test:
override:
- bash .misc/tests.sh:
parallel: true
- python setup.py install:
parallel: true
- pip install coala-bears --pre -U:
parallel: true
- coala-ci:
parallel: true
- bash .misc/deploy.coverage.sh:
parallel: true
- rm -rf docs/API && make -C docs clean
- sphinx-apidoc -f -o docs/API/ coalib
- make -C docs html SPHINXOPTS=-W
notify:
webhooks:
- url: https://webhooks.gitter.im/e/9f718e67e18393c83881