From a163c19ef7fa553d64ea070fe01a13bc10be98dc Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 11 Aug 2023 10:16:42 +0100 Subject: [PATCH] Remove Azure Pipelines config --- azure-pipelines.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 96eed1a..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,38 +0,0 @@ -resources: - repositories: - - repository: OpenAstronomy - type: github - endpoint: glue-viz - name: OpenAstronomy/azure-pipelines-templates - ref: master - -jobs: - -- template: run-tox-env.yml@OpenAstronomy - parameters: - - xvfb: true - coverage: codecov - libraries: - apt: - - libxkbcommon-x11-0 - - envs: - - - linux: codestyle - libraries: {} - coverage: 'false' - - - linux: py36-test - - linux: py37-test - - linux: py38-test-dev - - linux: py39-test-dev - - - macos: py36-test - - macos: py37-test - - macos: py38-test-dev - - macos: py39-test-dev - - # We don't test on Windows since there are no rasterio wheels - # available there, but there's no reason in principle why the - # plugin code here should be platform dependent. \ No newline at end of file