File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ install:
79
79
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
80
80
- |
81
81
if [[ $BUILD_DOCS == true ]]; then
82
- pip install $PRE numpydoc ipython jsonschema mistune mock
82
+ pip install $PRE numpydoc ipython jsonschema mistune
83
83
pip install -q $PRE linkchecker
84
84
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
85
85
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:
103
103
- |
104
104
if [[ $BUILD_DOCS == false ]]; then
105
105
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
110
107
else
111
108
cd doc
112
109
python make.py html --small --warningsaserrors
You can’t perform that action at this time.
0 commit comments