Ended up reading your project to figure out how to run unit tests for a linux-only python project being included as a dependency in my project.
Noticed you template a repo and you have some variables that need to be expanded. This is exactly what Cookiecutter (https://github.com/audreyr/cookiecutter) does. Doing it would solve #5 instantly :)
Ended up reading your project to figure out how to run unit tests for a linux-only python project being included as a dependency in my project.
Noticed you template a repo and you have some variables that need to be expanded. This is exactly what Cookiecutter (https://github.com/audreyr/cookiecutter) does. Doing it would solve #5 instantly :)