mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
typo fix
This commit is contained in:
parent
df730fe83b
commit
ce82cc64a3
18
.travis.yml
18
.travis.yml
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user