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 1270bea commit 2f151ebCopy full SHA for 2f151eb
circle/test.sh
@@ -42,13 +42,11 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
42
echo "running tests for Python ${version} as user '$(whoami)'"
43
if [ ${version:0:3} == '2.7' ]
44
then
45
- nosetests -xv plotly/tests/test_core \
46
- --with-coverage \
47
- --cover-package=plotly ||
+ nosetests -xv plotly/tests --with-coverage --cover-package=plotly ||
48
error_exit "${LINENO}: test suite failed for Python ${version}"
49
coverage html -d ${CIRCLE_ARTIFACTS}
50
else
51
- nosetests -xv plotly/tests/test_core ||
+ nosetests -xv plotly/tests ||
52
53
fi
54
done
0 commit comments