This PR does not changes the package itself, but does an update on the tooling and CI for development, following the pyscaffold updates. Main change is the usage of tox to automate the docs, unit tests and dev environment setup, e.g. tox instead of python setup.py test and tox -e docs instead of python setup.py -e docs.
I updated the documentation to contribute as well.
This PR does not changes the package itself, but does an update on the tooling and CI for development, following the pyscaffold updates. Main change is the usage of tox to automate the docs, unit tests and dev environment setup, e.g.
tox
instead ofpython setup.py test
andtox -e docs
instead ofpython setup.py -e docs
.I updated the documentation to contribute as well.