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 256311a commit d0f7b1aCopy full SHA for d0f7b1a
circle.yml
@@ -32,7 +32,7 @@ test:
32
33
# test that giving back write permissions works again
34
# this also has to pass the test suite that follows
35
- - sudo chmod -R 666 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
+ - sudo chmod -R 777 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
36
37
# test core things in the general 2.7 version that circle has
38
- nosetests -xv plotly/tests/test_core --with-coverage --cover-package=plotly
0 commit comments