mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-17 14:20:54 +00:00
11 lines
165 B
INI
11 lines
165 B
INI
[tox]
|
|
envlist = py27, py34
|
|
|
|
[testenv]
|
|
deps= -r{toxinidir}/dev-requirements.txt
|
|
commands=
|
|
nosetests \
|
|
[]
|
|
setenv =
|
|
PYTHONWARNINGS=always::DeprecationWarning
|