Allow setup.py test to run pytest

This commit is contained in:
Lucidiot 2019-10-23 20:01:38 +02:00
parent efc28f0c4e
commit f8e57e5c6d
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
pytest
pytest-cov
pytest-runner
httmock
flake8>=3.5
doc8>=0.8

View File

@ -3,3 +3,6 @@ exclude = .git,__pycache__,docs,*.pyc,venv
[doc8]
ignore-path=**/*.txt,*.txt,*.egg-info,docs/_build,venv,.git
[aliases]
test=pytest