- set up skeletons for all planned nox sessions
- provide a base configuration for all nox sessions
- create two utility functions:
+ _begin() => run commands common to all sessions
+ _install_packages() => install dependencies in nox sessions
respecting the versions pinned in poetry.lock
- add the following file:
+ noxfile.py
4 lines
43 B
Text
4 lines
43 B
Text
.cache/
|
|
*.egg-info/
|
|
.python-version
|
|
.venv/
|