Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0f7b1a

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎circle.yml

Copy file name to clipboardExpand all lines: circle.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.