1
0
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:
Ilya Kreymer 2020-06-08 14:36:32 -07:00
parent 7eeeddb5ce
commit 83ff680e90
2 changed files with 13 additions and 0 deletions

View File

@ -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"

View File

@ -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"