Add sub-app to generate open api spec

This commit is contained in:
Vincent Maillol
2020-10-23 19:44:44 +02:00
parent 1ffde607c9
commit d6b5fc26f3
24 changed files with 932 additions and 124 deletions

View File

@@ -4,7 +4,9 @@ python:
script:
- pytest tests/
install:
- pip install -U setuptools wheel pip
- pip install -r test_requirements.txt
- pip install .
deploy:
provider: pypi
username: __token__