GitHub Action
Setup Nox
v2.1.0
Latest version
Use the Nox testing automation tool for Python in GitHub Actions.
This action sets up a Python environment with Nox by:
- Activating every version of Python that GitHub Actions supports.
- Installing Nox.
After you use it, you'll be able to use Nox with every Python version available on GitHub Actions. Nox itself will be installed in the newest available Python version.
This action runs in the GitHub Actions environment itself and not in Docker, which means it works on Linux, Windows and macOS, but only with the available Python versions. If you need Python versions outside that, but you only need Linux, you can also try the thekevjames/nox Docker images.
Basic:
steps:
- uses: actions/checkout@v2
- uses: excitedleigh/setup-nox@v2.0.0
- run: nox
The scripts and documentation in this project are released under the MIT License
Contributions are welcome! See Contributor's Guide