File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,14 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
28
28
python -c ' import plotly' ||
29
29
error_exit " ${LINENO} : can't import plotly package"
30
30
31
- # # test that it imports when you don't have file permissions
32
- # chmod 000 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
33
- #
34
- # # test that setting permissions will work for import (and tests)
35
- # chmod 660 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
31
+ echo " ${HOME} "
32
+ echo " ${PLOTLY_CONFIG_DIR} "
33
+
34
+ # test that it imports when you don't have file permissions
35
+ chmod 000 ${PLOTLY_CONFIG_DIR} && python -c " import plotly"
36
+
37
+ # test that setting permissions will work for import (and tests)
38
+ chmod 660 ${PLOTLY_CONFIG_DIR} && python -c " import plotly"
36
39
37
40
echo " running tests"
38
41
if [ ${version: 0: 3} == ' 2.7' ]
You can’t perform that action at this time.
0 commit comments