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

Skip to content

Commit 445b96e

Browse files
committed
ditch permissions tests for now. add back full test suite.
1 parent a0cf8d1 commit 445b96e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

circle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ test:
1919
override:
2020

2121
# run test suite in all our python versions
22-
# - bash circle/test.sh
22+
- bash circle/test.sh
2323

24-
# test that it imports when you don't have file permissions
25-
- sudo chmod 400 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
26-
27-
# test that setting permissions will work for import (and tests)
28-
- sudo chmod 600 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
24+
# # test that it imports when you don't have file permissions
25+
# - sudo chmod 400 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
26+
#
27+
# # test that setting permissions will work for import (and tests)
28+
# - sudo chmod 600 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
2929

3030
# test core things in the general 2.7 version that circle has
3131
- PYENV_VERSION=2.7 && nosetests -xv plotly/tests --with-coverage --cover-package=plotly

0 commit comments

Comments
 (0)