mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
ci: attempt to fix appveyor
experimental travis windows build
This commit is contained in:
parent
7eeeddb5ce
commit
83ff680e90
12
.travis.yml
12
.travis.yml
@ -38,6 +38,18 @@ after_success:
|
||||
- codecov
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- name: "py37 windows"
|
||||
os: windows
|
||||
language: shell
|
||||
before_install:
|
||||
- choco install python --version 3.7.7
|
||||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip3 install --upgrade pytest
|
||||
- pip3 install codecov
|
||||
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||
|
||||
allow_failures:
|
||||
- env: WR_TEST=yes
|
||||
- python: "2.7"
|
||||
|
@ -17,6 +17,7 @@ install:
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- "python -m pip install --upgrade pip"
|
||||
- "pip install -U setuptools"
|
||||
- "pip install 'Markupsafe<2.0.0'"
|
||||
- "pip install coverage pytest-cov"
|
||||
- "pip install cffi"
|
||||
- "pip install pyopenssl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user