Skip to content

Commit a4c0c0f

Browse files
committed
verbose
1 parent f0a9947 commit a4c0c0f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install tox tox-gh-actions
2525
- name: Test with tox
26-
run: tox
26+
run: tox -vv
2727
env:
2828
PLATFORM: ${{ matrix.platform }}

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ envlist = clean,py{36,37,38,39}-{mindeps,alldeps},report,pre-commit
55

66
[gh-actions]
77
python =
8-
3.6: py36-mindeps, py36-alldeps
9-
3.7: py37-mindeps, py37-alldeps, report
10-
3.8: py38-mindeps, py38-alldeps
11-
3.9: py39-mindeps, py39-alldeps
8+
3.6: py36-{mindeps,alldeps}
9+
3.7: py37-{mindeps,alldeps}, report
10+
3.8: py38-{mindeps,alldeps}
11+
3.9: py39-{mindeps,alldeps}
1212

1313
[gh-actions:env]
1414
PLATFORM =

0 commit comments

Comments
 (0)