mirror of https://github.com/kivy/kivy.git
install pyinstaller for doc duilds
This commit is contained in:
parent
abc940b1ed
commit
9387bfec39
|
@ -30,6 +30,7 @@ install:
|
|||
- if [ "${RUN}" == "docs" ]; then
|
||||
sudo apt-get -y install texlive-full;
|
||||
pip install --upgrade sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-actdiag sphinxcontrib-nwdiag;
|
||||
pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.zip;
|
||||
fi;
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue