We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d45d4b commit c4d90b8Copy full SHA for c4d90b8
.github/workflows/python.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Test with tox ${{ matrix.python.toxenv }}
43
env:
44
- TOXENV: py,flask,django,starlette
+ TOXENV: py,flask,django,fastapi,starlette
45
run: tox
46
47
- name: Report coverage
0 commit comments