add: demo server and client
This commit is contained in:
11
demo_server/tox.ini
Normal file
11
demo_server/tox.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[tox]
|
||||
envlist = py3
|
||||
skipsdist=True
|
||||
|
||||
[testenv]
|
||||
deps=-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
{toxinidir}
|
||||
|
||||
commands=
|
||||
pytest --cov=openapi_server
|
||||
Reference in New Issue
Block a user