From 86070f0b7dfa0308c818c9a23051f6a9d33dc19c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 26 Feb 2019 21:16:01 +0100 Subject: [PATCH] ci: AppVeyor: no coverage reporting Should be covered by Azure. --- appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d00cd143f..230fc6b9f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ environment: + global: + PYTEST_NO_COVERAGE: "1" matrix: - TOXENV: "py37-xdist" - TOXENV: "py27-xdist" @@ -8,13 +10,11 @@ environment: - TOXENV: "py36-xdist" # NOTE: pypy-xdist is buggy currently (https://github.com/pytest-dev/pytest-xdist/issues/142). - TOXENV: "pypy" - PYTEST_NO_COVERAGE: "1" # Specialized factors for py27. - TOXENV: "py27-trial,py27-numpy,py27-nobyte" # Specialized factors for py37. - TOXENV: "py37-trial,py37-numpy" - TOXENV: "py37-freeze" - PYTEST_NO_COVERAGE: "1" matrix: fast_finish: true @@ -38,9 +38,6 @@ before_test: test_script: - python -m tox -on_success: - - call scripts\upload-coverage.bat - cache: - '%LOCALAPPDATA%\pip\cache' - '%USERPROFILE%\.cache\pre-commit'