From edb2c88203af69d457b213892ff4a02713cfbc3e Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Fri, 25 Mar 2022 14:09:18 +0100 Subject: [PATCH] TST: rm Azure-pipelines --- .github/workflows/ci_tests.yml | 10 +++---- azure-pipelines.yml | 48 ---------------------------------- 2 files changed, 5 insertions(+), 53 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index a8be978d..c47a6989 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -3,15 +3,12 @@ name: CI Tests on: push: pull_request: - # schedule: - # # run every Monday at 6am UTC - # - cron: '0 6 * * 1' jobs: ci-tests: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: - libraries: + libraries: | apt: - libxkbcommon-x11-0 - libxcb-icccm4 @@ -26,6 +23,9 @@ jobs: # Code style - linux: style # Standard tests + - linux: py36-test - linux: py38-test - - macos: py39-test + - macos: py36-test + - macos: py310-test + - windows: py36-test - windows: py39-test diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 5aff17ca..00000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,48 +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 - - libxcb-icccm4 - - libxcb-image0 - - libxcb-keysyms1 - - libxcb-randr0 - - libxcb-render-util0 - - libxcb-xfixes0 - - libxcb-xinerama0 - - envs: - - - linux: codestyle - libraries: {} - coverage: 'false' - - - linux: py36-test - - linux: py37-test - - linux: py38-test - - linux: py39-test - - - macos: py36-test - - macos: py37-test - - macos: py38-test - - macos: py39-test - - # FIXME: the following builds appear to hang so we - # turn them off for now until this is resolved. - - windows: py36-test - # - windows: py37-test - # - windows: py38-test - - windows: py39-test