jenkins: make tox verbose

This commit is contained in:
Emmanuel Cazenave 2020-12-08 16:35:08 +01:00
parent 4c5e393b41
commit cd35215b00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages { stages {
stage('Unit Tests') { stage('Unit Tests') {
steps { steps {
sh 'tox -r' sh 'tox -rv'
} }
post { post {
always { always {