Skip to content
Snippets Groups Projects
Commit d56e8958 authored by inso's avatar inso
Browse files

PyQt 5.7 on appveyor

parent 401160f9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ environment:
PYTHON_ARCH: "64"
CONDA_PY: "35"
CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.6\\msvc2015_64"
QTDIR: "C:\\Qt\\5.7\\msvc2015_64"
platform: x64
- PYTHON: "C:\\Python35_32"
......@@ -19,7 +19,7 @@ environment:
PYTHON_ARCH: "32"
CONDA_PY: "35"
CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.6\\msvc2015"
QTDIR: "C:\\Qt\\5.7\\msvc2015"
platform: x86
install:
......@@ -36,7 +36,7 @@ install:
#- choco install -y vcredist2015
- "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no"
- "%CMD_IN_ENV% conda config --add channels inso/channel/sakia"
- "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% pyqt5=5.6 libsodium=1.0.3 setuptools=19.2"
- "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% libsodium=1.0.3 setuptools=19.2"
cache:
- C:\Qt\5.6\5.6
......
......@@ -11,6 +11,7 @@ pyrcc5 -version
lrelease -version
pip install PyQt5
pip install -r requirements.txt
pip install pyinstaller
pip install six
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment