From 24a9d77e4121f33e5cb102b5f4e372d1475b78e6 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Mon, 6 Jan 2020 19:10:00 -0500 Subject: Move AppVeyor tests to Azure Pipelines This will allow us to have CI running concurrently on multiple PRs, since we get 30 parallel jobs on Azure Pipelines but only 1 on AppVeyor. We have parameterized --use-venv since AppVeyor was using it, but Azure Pipelines was previously not. --- .appveyor.yml | 69 ----------------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 .appveyor.yml (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 0da6202b2..000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,69 +0,0 @@ -environment: - matrix: - # Unit and integration tests. - - PYTHON: "C:\\Python27-x64" - RUN_INTEGRATION_TESTS: "True" - - PYTHON: "C:\\Python36-x64" - RUN_INTEGRATION_TESTS: "True" - # Unit tests only. - # Nothing for the moment - -matrix: - fast_finish: true - -clone_depth: 50 - -install: - - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - - "python --version" - - "python -m pip install --upgrade --disable-pip-version-check pip setuptools wheel" - - "pip install --upgrade certifi tox tox-venv" - - "pip freeze --all" - # Fix git SSL errors. - - "python -m certifi >cacert.txt" - - "set /p GIT_SSL_CAINFO=