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

Skip to content

Commit bf072c6

Browse files
committed
TST : acctually update nose
- revert testing function to gdb + parallel
1 parent 168b1d9 commit bf072c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
env: BUILD_DOCS=true
4545

4646
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
4848

4949
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
5050
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -81,7 +81,7 @@ script:
8181
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
8282
mkdir ../tmp_test_dir
8383
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
8585
else
8686
cd doc
8787
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)