Skip to content

Commit 29bdc0b

Browse files
committed
Less verbose, please :)
1 parent a6b7044 commit 29bdc0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ test:
4141
- sudo chmod -R 777 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
4242

4343
# test core things in the general 2.7 version that circle has
44-
- nosetests -xv plotly/tests/test_core --with-coverage --cover-package=plotly
44+
- nosetests -x plotly/tests/test_core --with-coverage --cover-package=plotly
4545
- mkdir "${CIRCLE_ARTIFACTS}/2.7" || true
4646
- coverage html -d "${CIRCLE_ARTIFACTS}/2.7" --title=2.7

circle/test.sh

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

4141
echo "running tests for Python ${version} as user '$(whoami)'"
42-
nosetests -xv plotly/tests ||
42+
nosetests -x plotly/tests ||
4343
error_exit "${LINENO}: test suite failed for Python ${version}"
4444

4545
done

0 commit comments

Comments
 (0)