Skip to content

Commit 8d3e8b1

Browse files
authored
Revert "ci: use tox -vv" (#6226)
2 parents 89eeefb + f9feef6 commit 8d3e8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ before_script:
108108
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
109109
fi
110110
111-
script: tox -vv
111+
script: tox
112112

113113
after_success:
114114
- |

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export COVERAGE_FILE="$PWD/.coverage"
5858
export COVERAGE_PROCESS_START="$PWD/.coveragerc"
5959
fi
60-
python -m tox -e $(tox.env) -vv
60+
python -m tox -e $(tox.env)
6161
displayName: 'Run tests'
6262
6363
- task: PublishTestResults@2

0 commit comments

Comments
 (0)