File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ matrix:
44
44
env : BUILD_DOCS=true
45
45
46
46
install :
47
- - pip install python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0 coveralls coverage nose
47
+ - pip install python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0 coveralls coverage nose>=1.3.6
48
48
49
49
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
50
50
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -81,7 +81,7 @@ script:
81
81
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
82
82
mkdir ../tmp_test_dir
83
83
cd ../tmp_test_dir
84
- python ../matplotlib/tests.py
84
+ gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS
85
85
else
86
86
cd doc
87
87
python make.py html --small --warningsaserrors
You can’t perform that action at this time.
0 commit comments