##// END OF EJS Templates
Installing Graphviz
Olesya Baranova -
Show More
@@ -17,6 +17,7 b' install:'
17 - pip install setuptools pip --upgrade
17 - pip install setuptools pip --upgrade
18 - pip install -e file://$PWD#egg=ipython[test] --upgrade
18 - pip install -e file://$PWD#egg=ipython[test] --upgrade
19 - pip install codecov --upgrade
19 - pip install codecov --upgrade
20 - sudo apt-get install graphviz
20 script:
21 script:
21 - cd /tmp && iptest --coverage xml && cd -
22 - cd /tmp && iptest --coverage xml && cd -
22 # On the latest Python only, make sure that the docs build.
23 # On the latest Python only, make sure that the docs build.
@@ -10,7 +10,7 b' SET SRCDIR=source'
10 SET PYTHON=python
10 SET PYTHON=python
11
11
12 IF "%PAPER%" == "" SET PAPER=a4
12 IF "%PAPER%" == "" SET PAPER=a4
13 SET ALLSPHINXOPTS=-d build\doctrees -D latex_paper_size=%PAPER% %SPHINXOPTS% %SRCDIR%
13 SET ALLSPHINXOPTS=-d build\doctrees -D latex_paper_size=%PAPER% -D graphviz_dot="C:\Program Files (x86)\Graphviz2.38\bin\dot.exe" %SPHINXOPTS% %SRCDIR%
14
14
15 FOR %%X IN (%SPHINXBUILD%.exe) DO SET P=%%~$PATH:X
15 FOR %%X IN (%SPHINXBUILD%.exe) DO SET P=%%~$PATH:X
16
16
@@ -80,4 +80,4 b' ECHO.'
80 ECHO Error: Build process failed!
80 ECHO Error: Build process failed!
81
81
82 :END
82 :END
83 ENDLOCAL No newline at end of file
83 ENDLOCAL
General Comments 0
You need to be logged in to leave comments. Login now