File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ test:
19
19
override :
20
20
21
21
# run test suite in all our python versions
22
- # - bash circle/test.sh
22
+ - bash circle/test.sh
23
23
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"
29
29
30
30
# test core things in the general 2.7 version that circle has
31
31
- PYENV_VERSION=2.7 && nosetests -xv plotly/tests --with-coverage --cover-package=plotly
You can’t perform that action at this time.
0 commit comments