Fix deprecations and modernize testing
- use pytest and tox for testing - fix deprecation warnings from Sphinx and Docutils
This commit is contained in:
parent
3daf568fb6
commit
0af66c6964
10 changed files with 503 additions and 222 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -2,11 +2,12 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
.*.swp
|
||||
.ropeproject/
|
||||
__pycache__/
|
||||
dist/
|
||||
.coverage
|
||||
htmlcov/
|
||||
build/
|
||||
_build/
|
||||
.idea/
|
||||
.ropeproject/
|
||||
/.tox/
|
||||
__pycache__/
|
||||
_build/
|
||||
build/
|
||||
dist/
|
||||
htmlcov/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue