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.
In #20 we removed the
prreqs
testenv intox
by moving thecheck_changelog.py
script to thebuild
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 theCHANGELOG
file.Hence, we need the
pr
env.