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

Skip to content

Commit 8b58201

Browse files
committed
Don’t test things with ‘matplotlib’ tag for now.
1 parent 41462aa commit 8b58201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
4141
error_exit "${SIG} ${LINENO}: can't import plotly package"
4242

4343
echo "${SIG} Running tests for Python ${version} as user '$(whoami)'."
44-
nosetests -x plotly/tests ||
44+
nosetests -x -a '!matplotlib' plotly/tests ||
4545
error_exit "${SIG} ${LINENO}: test suite failed for Python ${version}"
4646

4747
done

0 commit comments

Comments
 (0)