mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-11 04:19:36 +00:00
15 lines
139 B
INI
15 lines
139 B
INI
#
|
|
# Run all project with:
|
|
#
|
|
# tox
|
|
#
|
|
[tox]
|
|
envlist = py3
|
|
skipsdist = true
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
|
|
commands =
|
|
python app.py
|