Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.73 KB

README-various.rst

File metadata and controls

64 lines (41 loc) · 1.73 KB

Future Features & Ideas

TODO

  • Travis CI: pypy3 gives error RuntimeError: Python 3.3 or later is required (see job 255217329)
  • Tests
    • Custom handlers and reconfiguration
    • Strange behaviour: py.test with default logger - capturing err does not work if the logger is setup initially in logzero. Only works when setup from the py script.

Related Projects

Notes: How to release a new version

via https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html

# Run the tests
py.test
make lint
tox

# Update history
vi HISTORY.rst
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."

# Update version
bumpversion minor

# Push
git push && git push --tags

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.