8000 Restore parallel testing · matplotlib/matplotlib@71ba01b · GitHub
[go: up one dir, main page]

Skip to content

Commit 71ba01b

Browse files
committed
Restore parallel testing
1 parent 63b6d32 commit 71ba01b

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
@@ -40,7 +40,7 @@ script:
4040
- if [[ $BUILD_DOCS == false ]]; then export MPL_REPO_DIR=$PWD; fi # pep8-conformance test of the examples
4141
- if [[ $BUILD_DOCS == false ]]; then mkdir ../tmp_test_dir; fi
4242
- if [[ $BUILD_DOCS == false ]]; then cd ../tmp_test_dir; fi
43-
- if [[ $BUILD_DOCS == false ]]; then gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv $TEST_ARGS; fi
43+
- if [[ $BUILD_DOCS == false ]]; then gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS; fi
4444
- if [[ $BUILD_DOCS == true ]]; then cd doc; python make.py html --small; fi
4545
# We don't build the LaTeX docs here, so linkchecker will complain
4646
- if [[ $BUILD_DOCS == true ]]; then touch build/html/Matplotlib.pdf; fi

0 commit comments

Comments
 (0)
0