8000
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 de19d5c commit 142cfdcCopy full SHA for 142cfdc
.travis.yml
@@ -100,7 +100,7 @@ script:
100
- |
101
if [[ $BUILD_DOCS == false ]]; then
102
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
+ gdb -return-child-result -batch -ex r -ex bt --args python tests.py --processes=$NPROC --process-timeout=300 $TEST_ARGS
104
else
105
cd doc
106
python make.py html --small --warningsaserrors
0 commit comments