forked from loafle/openapi-generator-original
* Installs python3.9 in node3 * Moves python clients into separate node so they can use a docker image * Installs java and maven into docker * Switches off some python tests
10 lines
149 B
INI
10 lines
149 B
INI
[tox]
|
|
envlist = py39
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
pytest --cov=petstore_api
|