Skip to content

[CI] add tox.ini and use OpenAstronomy testing workflows #8

[CI] add tox.ini and use OpenAstronomy testing workflows

[CI] add tox.ini and use OpenAstronomy testing workflows #8

Workflow file for this run

name: tests
on:
push:
branches:
- master
- '*x'
tags:
- '*'
pull_request:
jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-style
- linux: build-dist
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: test-xdist
python-version: 3.8
- linux: test-xdist
python-version: 3.9
- linux: test-xdist
python-version: 3.10
- linux: test-xdist
python-version: 3.11
- macos: test-xdist
python-version: 3.11
- linux: test-xdist-cov
coverage: codecov