GitHub - encukou/tox-github-action: Run Tox tests on Fedora for Github pushes & pull requests · GitHub
Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

Repository files navigation

Tox sanity test

Tox Github Action

This GitHub action tests a checked-out Python project using Tox.

Usage

- uses: fedora-python/tox-github-action
  with:
    # The tox environment to run
    # Default: py38 (subject to change as new Python releases come out)
    tox_env: py38

Add the action to your workflow file, e.g. .github/workflows/main.yml, after checking out your code.

You can use the matrix strategy to run with multiple Tox environments.

For an example, see this project's workflow.

License

The code, content and configuration in this repository is given away unter the CC0 1.0 Universal Public Domain Dedication: https://creativecommons.org/publicdomain/zero/1.0/

May it serve you well!

About

Run Tox tests on Fedora for Github pushes & pull requests

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages