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 150320f commit fd0dbbfCopy full SHA for fd0dbbf
.travis.yml
@@ -79,7 +79,7 @@ script:
79
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
80
mkdir ../tmp_test_dir
81
cd ../tmp_test_dir
82
- gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
+ gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=2 --process-timeout=300 $TEST_ARGS
83
else
84
cd doc
85
python make.py html --small --warningsaserrors
0 commit comments