8000 Fixes to .travis to match local changes · matplotlib/matplotlib@4286abe · GitHub
[go: up one dir, main page]

Skip to content

Commit 4286abe

Browse files
committed
Fixes to .travis to match local changes
1 parent 8b87cce commit 4286abe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ install:
7979
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
8080
- |
8181
if [[ $BUILD_DOCS == true ]]; then
82-
pip install $PRE numpydoc ipython jsonschema mistune mock
82+
pip install $PRE numpydoc ipython jsonschema mistune
8383
pip install -q $PRE linkchecker
8484
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
8585
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
@@ -103,10 +103,7 @@ script:
103103
- |
104104
if [[ $BUILD_DOCS == false ]]; then
105105
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
106-
# mkdir ../tmp_test_dir
107-
# cd ../tmp_test_dir
108-
# gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
109-
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
106+
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --processes=$NPROC --process-timeout=300 $TEST_ARGS
110107
else
111108
cd doc
112109
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)
0