Skip to content

Commit 5be9e77

Browse files
committed
Remove commented out code (my bad).
1 parent cfc46f1 commit 5be9e77

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

circle/test.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
3838
python -c 'import plotly' ||
3939
error_exit "${LINENO}: can't import plotly package"
4040

41-
# echo "${HOME}"
42-
# echo "${PLOTLY_CONFIG_DIR}"
43-
#
44-
# # test that it imports when you don't have write permissions
45-
# sudo chmod -R 444 ${PLOTLY_CONFIG_DIR} && python -c "import plotly" ||
46-
# error_exit "${LINENO}: permissions test 444 on .plotly dir failed"
47-
#
48-
# # test that setting write permissions will work for import (and tests)
49-
# sudo chmod -R 666 ${PLOTLY_CONFIG_DIR} && python -c "import plotly" ||
50-
# error_exit "${LINENO}: permissions test 666 on .plotly dir failed"
51-
5241
echo "running tests for Python ${version} as user '$(whoami)'"
5342
nosetests -xv plotly/tests ||
5443
error_exit "${LINENO}: test suite failed for Python ${version}"

0 commit comments

Comments
 (0)