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

Skip to content

Commit 1b4eba5

Browse files
committed
TST : acctually update nose
- revert testing function to gdb + parallel
1 parent 4c629bb commit 1b4eba5

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
@@ -78,7 +78,7 @@ script:
7878
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
7979
mkdir ../tmp_test_dir
8080
cd ../tmp_test_dir
81-
python ../matplotlib/tests.py
81+
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS
8282
else
8383
cd doc
8484
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)