mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
54b670b7e0
Enable the creation of the entrypoint so that the server can be started using a named command instead of needing to always use `python -m` to run the server.
10 lines
149 B
INI
10 lines
149 B
INI
[tox]
|
|
envlist = py27, py35
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
nosetests \
|
|
[] |