about summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2018-07-10 09:00:13 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2018-07-10 09:00:13 +0200
commita2ffd259b8d5c20b131faa7be0b81fd87096fd9b (patch)
treed6e4a62839d1c03c893123c548913d5f79595ecd /appveyor.yml
parentExpanded output of corruption error (close #272) (diff)
downloadkcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.tar.gz
kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.tar.bz2
kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.zip
Code cleanup
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2eb446c..b603c3c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,11 +1,11 @@
 environment:
-  PYTHON: "C:\\Python36-x64"
+  PYTHON: "C:\\Python37-x64"
 
 install:
   - set PATH="%PYTHON%\\Scripts";"C:\\Program Files (x86)\\Inno Setup 5";%PATH%
   - "%PYTHON%\\python.exe -m pip install --upgrade pip setuptools wheel"
   - "%PYTHON%\\python.exe -m pip install -r requirements.txt"
-  - "%PYTHON%\\python.exe -m pip install certifi https://github.com/bjones1/pyinstaller/archive/pyqt5_fix.zip"
+  - "%PYTHON%\\python.exe -m pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip"
   - nuget install secure-file -ExcludeVersion
   - secure-file\tools\secure-file -decrypt other\windows\sentry.py.enc -out kindlecomicconverter\sentry.py -secret %ENCRYPTION%