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

Skip to content

Commit 58f1556

Browse files
committed
Added circle.yml testing for CircleCI testing.
1 parent c5e70ea commit 58f1556

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

circle.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 (pass)
10+
11+
## Customize database setup (pass)
12+
13+
## Customize test commands
14+
test:
15+
post:
16+
- nosetests -w plotly/tests
17+
18+
## Customize deployment commands (pass)
19+
20+
## Custom notifications (pass)

0 commit comments

Comments
 (0)