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

Skip to content

Commit d0f7b1a

Browse files
committed
Give back permissions with ‘x’ to allow dir use.
1 parent 256311a commit d0f7b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test:
3232

3333
# test that giving back write permissions works again
3434
# this also has to pass the test suite that follows
35-
- sudo chmod -R 666 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
35+
- sudo chmod -R 777 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
3636

3737
# test core things in the general 2.7 version that circle has
3838
- nosetests -xv plotly/tests/test_core --with-coverage --cover-package=plotly

0 commit comments

Comments
 (0)