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

10
Pipfile
View file

@ -4,14 +4,14 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
sphinx = ">=2"
path-py = ">=8.2.1"
sphinx = ">=3"
ipcalc = ">=1.99"
coverage = "*"
twine = "*"
tox = "*"
pytest = "*"
path = "*"
tox-pipenv = "*"
[packages]
jandd-sphinxext-ip = {editable = true,path = "."}
[requires]
python_version = "3.7"