Preliminary AppVeyor support

This commit is contained in:
albertosottile 2018-04-24 16:41:51 +02:00
parent 4fecdbab83
commit 2093ca14c1
1 changed files with 2 additions and 2 deletions

View File

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