mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 18:47:05 +00:00
rename python-nextgen to python (#15504)
This commit is contained in:
9
samples/client/echo_api/python/tox.ini
Normal file
9
samples/client/echo_api/python/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