Files
connexion/examples/openapi3/jwt/tox.ini

15 lines
139 B
INI

#
# Run all project with:
#
# tox
#
[tox]
envlist = py3
skipsdist = true
[testenv]
deps = -rrequirements.txt
commands =
python app.py