Fix deprecations and modernize testing

- use pytest and tox for testing
- fix deprecation warnings from Sphinx and Docutils
This commit is contained in:
Jan Dittberner 2021-01-02 06:16:25 +01:00
parent 3daf568fb6
commit 0af66c6964
10 changed files with 503 additions and 222 deletions

13
.gitignore vendored
View file

@ -2,11 +2,12 @@
*.pyc
*.pyo
.*.swp
.ropeproject/
__pycache__/
dist/
.coverage
htmlcov/
build/
_build/
.idea/
.ropeproject/
/.tox/
__pycache__/
_build/
build/
dist/
htmlcov/