forked from openlp/openlp
Show pyinstaller files
This commit is contained in:
parent
4066e3e821
commit
2bc8fedf25
@ -13,6 +13,7 @@ environment:
|
|||||||
install:
|
install:
|
||||||
# Install dependencies from pypi
|
# Install dependencies from pypi
|
||||||
- "%PYTHON%\\python.exe -m pip install sqlalchemy alembic chardet beautifulsoup4 Mako nose mock pyodbc psycopg2 pypiwin32 pyenchant websockets asyncio waitress six webob requests pyqt5 lxml PyInstaller"
|
- "%PYTHON%\\python.exe -m pip install sqlalchemy alembic chardet beautifulsoup4 Mako nose mock pyodbc psycopg2 pypiwin32 pyenchant websockets asyncio waitress six webob requests pyqt5 lxml PyInstaller"
|
||||||
|
- "%PYTHON%\\python.exe -m pip show -f PyInstaller
|
||||||
# Install mysql dependency
|
# Install mysql dependency
|
||||||
- appveyor DownloadFile http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.7.zip
|
- appveyor DownloadFile http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.7.zip
|
||||||
- 7z x mysql-connector-python-2.1.7.zip
|
- 7z x mysql-connector-python-2.1.7.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user