- new passing feature
- Synchronized CHANGELOG with
.bumpversion
- simplifies
setup.py - defines rules for
CHANGELOG.rst - adds
checktoxenv to py37 machine
- Updates CI framework to GitHub Actions
- adds action to automate version bump and package build to PyPI
- completes CI for Linux, Windows, and MacOS
- reports test coverage to Codecov
- updated/enhanced bump2version configuration
- bump2version also changes CHANGELOG
- updated tox to accepts posargs in pytest and flake8
- Implemented Travis-CI for Windows, MacOSX and Linux * for Python: 3.6, 3.7 and 3.8 * all previous without using anaconda expect for MacOSX 3.8 * I have nothing against Anaconda ;-), on the contrary, I use it everyday.
- Improved
tox.iniworkflow to my current favorite standards. - Implemented mock strategy to avoid installing dependencies for documentation generation. * TOXENV docs
- First release on PyPI.