joaomcteixeira / python-project-skeleton

An up-to-date and explanatory Python project skeleton with continuous integration services.
https://python-project-skeleton.readthedocs.io
MIT License
80 stars 19 forks source link

Revert to have `pr` in `tox` #22

Closed joaomcteixeira closed 2 years ago

joaomcteixeira commented 2 years ago

In #20 we removed the prreqs testenv in tox by moving the check_changelog.py script to the build env. However, this raises an error (as expected) when the version bump and deploy action commits to master, because in the event there is not update of the CHANGELOG file.

Hence, we need the pr env.