nox.readthedocs.io - Welcome to Nox — Nox 2024.4.15 documentation

Example domain paragraphs

nox is a command-line tool that automates testing in multiple Python environments, similar to tox . Unlike tox, Nox uses a standard Python file for configuration.

Install nox via pip :

pip install -- user -- upgrade nox Nox is configured via a noxfile.py file in your project’s directory. Here’s a simple noxfile that runs lint and some tests: