forked from loafle/openapi-generator-original
* Removes classmethod property combinations * Changes python version to 3.8 * Changes python version to 3.7 * Tests fixed * Samples updated * Adds getAddSuffixToDuplicateOperationNickname and uses it in python-exp, samples regenerated * test_paths regenerated * Fixes bug * Adds typing_extensions requirement
11 lines
174 B
INI
11 lines
174 B
INI
[tox]
|
|
envlist = py37
|
|
|
|
[testenv]
|
|
passenv = PYTHON_VERSION
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
pytest --cov=petstore_api
|