Skip to content

Commit cfc46f1

Browse files
committed
Stop saving *each* version’s tests with coverage.
1 parent 9c1d086 commit cfc46f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

circle/test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
5050
# error_exit "${LINENO}: permissions test 666 on .plotly dir failed"
5151

5252
echo "running tests for Python ${version} as user '$(whoami)'"
53-
nosetests -xv plotly/tests --with-coverage --cover-package=plotly ||
53+
nosetests -xv plotly/tests ||
5454
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}
5855

5956
done

0 commit comments

Comments
 (0)