Functions | |
None | lint (nox.Session session) |
None | tests (nox.Session session) |
None | tests_packaging (nox.Session session) |
None | docs (nox.Session session) |
None | make_changelog (nox.Session session) |
None | build (nox.Session session) |
Variables | |
needs_version | |
sessions | |
list | PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] |
error_on_missing_interpreters | |
None noxfile.build | ( | nox.Session | session | ) |
Build SDists and wheels.
Definition at line 81 of file noxfile.py.
None noxfile.docs | ( | nox.Session | session | ) |
Build the docs. Pass "serve" to serve.
Definition at line 50 of file noxfile.py.
None noxfile.lint | ( | nox.Session | session | ) |
Lint the codebase (except for clang-format/tidy).
Definition at line 10 of file noxfile.py.
None noxfile.make_changelog | ( | nox.Session | session | ) |
Inspect the closed issues and make entries for a changelog.
Definition at line 72 of file noxfile.py.
None noxfile.tests | ( | nox.Session | session | ) |
Run the tests (requires a compiler).
Definition at line 19 of file noxfile.py.
None noxfile.tests_packaging | ( | nox.Session | session | ) |
Run the packaging tests.
Definition at line 40 of file noxfile.py.
noxfile.error_on_missing_interpreters |
Definition at line 21 of file noxfile.py.
noxfile.needs_version |
Definition at line 3 of file noxfile.py.
list noxfile.PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] |
Definition at line 6 of file noxfile.py.
noxfile.sessions |
Definition at line 4 of file noxfile.py.