From 2093ca14c1a90fa86d6b6171e88d6f988dabf825 Mon Sep 17 00:00:00 2001 From: albertosottile Date: Tue, 24 Apr 2018 16:41:51 +0200 Subject: [PATCH] Preliminary AppVeyor support --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index aa7d463..6f66438 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,9 +9,9 @@ init: - set PATH=C:\Miniconda;C:\Miniconda\Scripts;C:\Program Files (x86)\NSIS;%PATH% - conda create -n syncplay -y - activate syncplay - - conda install python=3.4 -y + - conda install python=3.5 -y - conda install pywin32 -y - - conda install -c conda-forge pyside -y + - conda install -c conda-forge pyside2 -y - pip install twisted py2exe zope.interface - type nul > C:\Miniconda\envs\syncplay\lib\site-packages\zope\__init__.py - pip freeze