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

Skip to content

Commit 2f151eb

Browse files
committed
run full test suite on optional things
1 parent 1270bea commit 2f151eb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

circle/test.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
4242
echo "running tests for Python ${version} as user '$(whoami)'"
4343
if [ ${version:0:3} == '2.7' ]
4444
then
45-
nosetests -xv plotly/tests/test_core \
46-
--with-coverage \
47-
--cover-package=plotly ||
45+
nosetests -xv plotly/tests --with-coverage --cover-package=plotly ||
4846
error_exit "${LINENO}: test suite failed for Python ${version}"
4947
coverage html -d ${CIRCLE_ARTIFACTS}
5048
else
51-
nosetests -xv plotly/tests/test_core ||
49+
nosetests -xv plotly/tests ||
5250
error_exit "${LINENO}: test suite failed for Python ${version}"
5351
fi
5452
done

0 commit comments

Comments
 (0)