Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4c488 commit 3d622feCopy full SHA for 3d622fe
1 file changed
.travis.yml
@@ -101,8 +101,7 @@ script:
101
# gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
102
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
103
else
104
- cd doc
105
- python make.py html --small --warningsaserrors
+ python doc/make.py html --small --warningsaserrors
106
# We don't build the LaTeX docs here, so linkchecker will complain
107
touch build/html/Matplotlib.pdf
108
linkchecker build/html/index.html
0 commit comments