From 8c83dbf0f640ab1820434e8c51a19c666a5b9e22 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Mon, 26 Oct 2020 14:24:07 +0200 Subject: [PATCH] Add matrix with windows job --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index 274d14c1..9d4423e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,19 @@ addons: - python-qt4 - tor - 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: - pip install -r requirements.txt - ln -s src pybitmessage # tests environment