Merge pull request #23 from Maillol/update-ci-add-tasks-file

Add pyinvoke task
This commit is contained in:
MAILLOL Vincent
2021-08-14 10:41:47 +02:00
committed by GitHub
7 changed files with 239 additions and 58 deletions

View File

@@ -35,13 +35,20 @@ install_requires =
swagger-ui-bundle
[options.extras_require]
test = pytest==6.1.2; pytest-aiohttp==0.3.0; pytest-cov==2.10.1
ci = pytest==6.1.2; pytest-aiohttp==0.3.0; pytest-cov==2.10.1; codecov==2.1.11; readme-renderer==29.0
test =
pytest==6.1.2
pytest-aiohttp==0.3.0
pytest-cov==2.10.1
readme-renderer==29.0
ci =
%(test)s
codecov==2.1.11
twine==3.4.2
[options.packages.find]
exclude =
tests
demo
tests*
demo*
[options.package_data]
aiohttp_pydantic.oas = index.j2