neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Add a `tox.ini` file? #37

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

Is it worth adding a template tox.ini file to this template? It should be fairly easy to add a simple tox.ini file that supports running on different operating systems and python verisons.

adamltyson commented 1 year ago

There is one already, feel free to submit a PR.

dstansby commented 1 year ago

ah my bad, for some reason I was looking for it in the root of this repository, not the cookiecutter directory 🤦