Add github actions tests
This commit is contained in:
parent
30a9789d63
commit
30f2bb966f
|
@ -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
|
Loading…
Reference in New Issue