File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
- sudo chmod -R 777 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
42
42
43
43
# test core things in the general 2.7 version that circle has
44
- - nosetests -xv plotly/tests/test_core --with-coverage --cover-package=plotly
44
+ - nosetests -x plotly/tests/test_core --with-coverage --cover-package=plotly
45
45
- mkdir "${CIRCLE_ARTIFACTS}/2.7" || true
46
46
- coverage html -d "${CIRCLE_ARTIFACTS}/2.7" --title=2.7
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
39
39
error_exit " ${LINENO} : can't import plotly package"
40
40
41
41
echo " running tests for Python ${version} as user '$( whoami) '"
42
- nosetests -xv plotly/tests ||
42
+ nosetests -x plotly/tests ||
43
43
error_exit " ${LINENO} : test suite failed for Python ${version} "
44
44
45
45
done
You can’t perform that action at this time.
0 commit comments