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 41462aa commit 8b58201Copy full SHA for 8b58201
circle/test.sh
@@ -41,7 +41,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
41
error_exit "${SIG} ${LINENO}: can't import plotly package"
42
43
echo "${SIG} Running tests for Python ${version} as user '$(whoami)'."
44
- nosetests -x plotly/tests ||
+ nosetests -x -a '!matplotlib' plotly/tests ||
45
error_exit "${SIG} ${LINENO}: test suite failed for Python ${version}"
46
47
done
0 commit comments