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