Add matrix with windows job
This commit is contained in:
parent
3251138211
commit
8c83dbf0f6
13
.travis.yml
13
.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
|
||||
|
|
Reference in New Issue
Block a user