Skip to content

Commit a5c2ddc

Browse files
committed
Added circle.yml from master for testing before merge.
1 parent f939074 commit a5c2ddc

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy