Add nox as the task runner

- 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
This commit is contained in:
Alexander Hess 2020-08-03 21:24:06 +02:00
commit 6754f04fcd
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 263 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.cache/
*.egg-info/
.python-version
.venv/