Internal dummy repository to test PyScaffold's several CI integrations (FOR TESTING PURPOSES ONLY).
It should be updated (forcefully if necessary) every time a change that impacts PyScaffold's CI integrations is made (a PR on PyScaffold's main repository that changes CI is expected to provide a companion PR to this repository).
After a forced update with putup --no-config -U -f .
, don't forget to
reconcile the changes (specially in the README.rst
and .cirrus.yml
files) using git difftool
.
This project uses pre-commit, please make sure to install it before making any changes:
pip install pre-commit cd ci-tester pre-commit install
It is a good idea to update the hooks to the latest version:
pre-commit autoupdate
Don't forget to tell your contributors to also install and use pre-commit.
This project has been set up using PyScaffold 4.6. For details and usage information on PyScaffold see https://pyscaffold.org/.