8000
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 3c95554 commit 1d52b95Copy full SHA for 1d52b95
.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