install pyinstaller for doc duilds

This commit is contained in:
dessant 2015-12-18 03:30:58 +02:00
parent abc940b1ed
commit 9387bfec39
1 changed files with 1 additions and 0 deletions

View File

@ -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: