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

Skip to content

Commit 27d60e4

Browse files
committed
Edited circle.yml to include a line that actually imports the install.
1 parent 8ced683 commit 27d60e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ checkout:
1010
dependencies:
1111
post:
1212
- pip install matplotlib
13+
- pip install -I .
14+
- cd ~ && python -c "import plotly"
1315

1416
## Customize database setup (pass)
1517

0 commit comments

Comments
 (0)