From bcc8d499869ef927fcab6d2960025189bf15818d Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Sun, 17 May 2015 10:34:50 +0100 Subject: [PATCH] Travis, remove quite and verbose from nosetest flags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d9cdd2fa080..7d2fec810b5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ script: export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples mkdir ../tmp_test_dir cd ../tmp_test_dir - gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS -q + gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS else cd doc python make.py html --small --warningsaserrors