fluves / pywaterinfo

Python package to download time series data from waterinfo.be
https://fluves.github.io/pywaterinfo/
MIT License
17 stars 9 forks source link

Pyscaffold update with manual review of alterations #37

Closed stijnvanhoey closed 3 years ago

stijnvanhoey commented 3 years ago

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.