Add matrix with windows job

This commit is contained in:
Dmitri Bogomolov 2020-10-26 14:24:07 +02:00
parent 3251138211
commit 8c83dbf0f6
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -9,6 +9,19 @@ addons:
- python-qt4 - python-qt4
- tor - tor
- xvfb - xvfb
jobs:
allow_failures:
- os: windows
include:
- dist: xenial
- os: windows
# if: type = pull_request
before_install:
- choco install python2
- python -m pip install --upgrade pip
- python -m pip install psutil pycrypto
env:
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- ln -s src pybitmessage # tests environment - ln -s src pybitmessage # tests environment