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.
2 parents e0c5379 + 1d52b95 commit 860ef93Copy full SHA for 860ef93
.travis.yml
@@ -85,7 +85,7 @@ script:
85
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
86
mkdir ../tmp_test_dir
87
cd ../tmp_test_dir
88
- gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS
+ gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS -q
89
else
90
cd doc
91
python make.py html --small --warningsaserrors
0 commit comments