Skip to main content

Predefined sessions for nox

Project description

nox-tools

Predefined sessions for nox

To use these sessions, just install nox-tools, import them in your noxfile.py and either set config.sessions to a list with the ones you want or manually mark each one as a session using nox.session. You can also configure their behavior by setting the config object's attributes.

from nox_tools import config, tests, typing

config.module = 'my_module_name'
config.sessions = [tests, typing]

You can find out how to use each session and the config object by reading the docstrings

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nox_tools-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

nox_tools-0.2.0-py2.py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page