Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d12c2a

Browse files
committed
Added circle.yml for pre-merge testing.
1 parent b4c1d63 commit 1d12c2a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

circle.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Customize the test machine (pass)
2+
3+
## Customize checkout
4+
checkout:
5+
post:
6+
- git submodule sync
7+
- git submodule update --init # use submodules
8+
9+
## Customize dependencies
10+
dependencies:
11+
post:
12+
- pip install matplotlib
13+
- pip install -I .
14+
- cd ~ && python -c "import plotly"
15+
16+
## Customize database setup (pass)
17+
18+
## Customize test commands
19+
test:
20+
post:
21+
- nosetests -w plotly/tests
22+
23+
## Customize deployment commands (pass)
24+
25+
## Custom notifications (pass)

0 commit comments

Comments
 (0)