We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1d086 commit cfc46f1Copy full SHA for cfc46f1
circle/test.sh
@@ -50,10 +50,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
50
# error_exit "${LINENO}: permissions test 666 on .plotly dir failed"
51
52
echo "running tests for Python ${version} as user '$(whoami)'"
53
- nosetests -xv plotly/tests --with-coverage --cover-package=plotly ||
+ nosetests -xv plotly/tests ||
54
error_exit "${LINENO}: test suite failed for Python ${version}"
55
- mkdir "${CIRCLE_ARTIFACTS}/${PYENV_VERSION}" || true
56
- coverage html -d "${CIRCLE_ARTIFACTS}/${PYENV_VERSION}" \
57
- --title=${PYENV_VERSION}
58
59
done
0 commit comments