mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* Replace stray TAB characters with spaces * update samples --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
12 lines
182 B
INI
12 lines
182 B
INI
[tox]
|
|
envlist = py3
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
{toxinidir}
|
|
|
|
commands=
|
|
pytest --cov=openapi_server
|