1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
This commit is contained in:
Ilya Kreymer 2020-06-08 14:52:40 -07:00
parent df730fe83b
commit ce82cc64a3
2 changed files with 10 additions and 10 deletions

View File

@ -39,16 +39,16 @@ after_success:
matrix: matrix:
include: include:
- name: "py37 windows" - name: "py37 windows"
os: windows os: windows
language: shell language: shell
before_install: before_install:
- choco install python --version 3.7.7 - choco install python --version 3.7.7
- python --version - python --version
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- pip3 install --upgrade pytest - pip3 install --upgrade pytest
- pip3 install codecov - pip3 install codecov
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
allow_failures: allow_failures:
- env: WR_TEST=yes - env: WR_TEST=yes

View File

@ -17,7 +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 MarkupSafe==1.1.1"
- "pip install coverage pytest-cov" - "pip install coverage pytest-cov"
- "pip install cffi" - "pip install cffi"
- "pip install pyopenssl" - "pip install pyopenssl"