Add github actions tests

This commit is contained in:
Michael Scherer 2021-09-09 15:23:32 +02:00
parent 30a9789d63
commit 30f2bb966f
1 changed files with 13 additions and 0 deletions

13
.github/workflows/github-tox.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Tests
on: [push,pull_request]
jobs:
check-with-tox:
name: Check with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fedora-python/tox-github-action@master
with:
# The tox environment to run
# Default: py38 (subject to change as new Python releases come out)
tox_env: py38