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

Skip to content

Commit 858f796

Browse files
committed
TST : try testing without gdb
There seems to be poor interaction between older versions of gdb and nose's multi-process
1 parent 710bf5e commit 858f796

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
@@ -60,7 +60,7 @@ script:
6060
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
6161
mkdir ../tmp_test_dir
6262
cd ../tmp_test_dir
63-
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
63+
python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
6464
else
6565
cd doc
6666
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)