We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0bddc commit 8677b59Copy full SHA for 8677b59
.github/workflows/build_test.yml
@@ -510,6 +510,11 @@ jobs:
510
run: python -m pip install tox>=4
511
- name: Run tests
512
run: python -m tox run -e aio
513
+ env:
514
+ PYTHON_VERSION: ${{ matrix.python-version }}
515
+ cloud_provider: ${{ matrix.cloud-provider }}
516
+ PYTEST_ADDOPTS: --color=yes --tb=short
517
+ TOX_PARALLEL_NO_SPINNER: 1
518
- name: Combine coverages
519
run: python -m tox run -e coverage --skip-missing-interpreters false
520
shell: bash
0 commit comments