This is a repository to use as a seed for python projects or dojos.
We use pipenv to encapsulate the environment, use the bootstrap maketarget to
initialize the virtual env.
$> make bootstrap
You can run your tests using the check maketarget:
$> make check