mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +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
|
- codecov
|
||||||
|
|
||||||
matrix:
|
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:
|
allow_failures:
|
||||||
- env: WR_TEST=yes
|
- env: WR_TEST=yes
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
|
@ -17,6 +17,7 @@ install:
|
|||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- "python -m pip install --upgrade pip"
|
- "python -m pip install --upgrade pip"
|
||||||
- "pip install -U setuptools"
|
- "pip install -U setuptools"
|
||||||
|
- "pip install 'Markupsafe<2.0.0'"
|
||||||
- "pip install coverage pytest-cov"
|
- "pip install coverage pytest-cov"
|
||||||
- "pip install cffi"
|
- "pip install cffi"
|
||||||
- "pip install pyopenssl"
|
- "pip install pyopenssl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user