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

Skip to content

Commit 03cbd0e

Browse files
committed
Added circle test for write-permissions in .plotly directory.
1 parent 2e98ecd commit 03cbd0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- pip install matplotlib
1313
- pip install -I .
1414
- cd ~ && python -c "import plotly"
15+
- sudo chmod 400 ~/.plotly && python -c "import plotly"
1516

1617
## Customize database setup (pass)
1718

0 commit comments

Comments
 (0)