From ce82cc64a3557406fb767b9cd9a22c56183a1c9f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 8 Jun 2020 14:52:40 -0700 Subject: [PATCH] typo fix --- .travis.yml | 18 +++++++++--------- appveyor.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8d9033c..74e99488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,16 +39,16 @@ after_success: matrix: include: - - name: "py37 windows" + - 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 + 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 diff --git a/appveyor.yml b/appveyor.yml index bb4e7c55..d8a9265d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +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 MarkupSafe==1.1.1" - "pip install coverage pytest-cov" - "pip install cffi" - "pip install pyopenssl"