We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f939074 commit a5c2ddcCopy full SHA for a5c2ddc
circle.yml
@@ -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
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
21
+ - nosetests -w plotly/tests
22
23
+## Customize deployment commands (pass)
24
25
+## Custom notifications (pass)
0 commit comments