10000 Merge pull request #5358 from mdboom/turn-off-no-capture · matplotlib/matplotlib@3302ea6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3302ea6

Browse files
committed
Merge pull request #5358 from mdboom/turn-off-no-capture
Fix #5337. Turn off --no-capture (-s) on nose
2 parents 3435c8b + 142cfdc commit 3302ea6

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
@@ -100,7 +100,7 @@ script:
100100
- |
101101
if [[ $BUILD_DOCS == false ]]; then
102102
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
103-
gdb -return-child-result -batch -ex r -ex bt --args python tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
103+
gdb -return-child-result -batch -ex r -ex bt --args python tests.py --processes=$NPROC --process-timeout=300 $TEST_ARGS
104104
else
105105
cd doc
106106
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)
0