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

Port tox.ini to pyproject.toml #66

Closed JoeZiminski closed 1 year ago

JoeZiminski commented 1 year ago

Move the tox.init configs to pyroject.toml as described here. Update tests to reflect this change.

Tested manually by using cookiecutter on this branch, installing new repo and running tox.

closes #48