Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd0dbbf

Browse files
committed
TST : turn down number of concurrent jobs
Travis build machines only have 2 cores
1 parent 150320f commit fd0dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ script:
7979
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
8080
mkdir ../tmp_test_dir
8181
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
82+
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=2 --process-timeout=300 $TEST_ARGS
8383
else
8484
cd doc
8585
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)