Skip to content

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

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

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

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: py38-xdist
- linux: py39-xdist
- linux: py310-xdist
- linux: py311-xdist
- macos: py311-xdist
- linux: py311-cov
coverage: codecov