Skip to content

Commit

Permalink
tox verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Oct 21, 2021
1 parent b86467f commit 899bf42
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ pipeline {
TOXENV = 'py36-conancurrent'
}
steps {
bat 'tox'
bat 'tox -v'
}
}
stage('Windows - py36 - conanprev') {
environment {
TOXENV = 'py36-conanprev'
}
steps {
bat 'tox'
bat 'tox -v'
}
}
}
Expand All @@ -53,15 +53,15 @@ pipeline {
TOXENV = 'py39-conancurrent'
}
steps {
bat 'tox'
bat 'tox -v'
}
}
stage('Windows - py39 - conanprev') {
environment {
TOXENV = 'py39-conanprev'
}
steps {
bat 'tox'
bat 'tox -v'
}
}
}
Expand Down Expand Up @@ -92,7 +92,7 @@ pipeline {
sh '''
eval "$(pyenv init -)"
pyenv activate conan
tox
tox -v
'''
}
}
Expand All @@ -104,7 +104,7 @@ pipeline {
sh '''
eval "$(pyenv init -)"
pyenv activate conan
tox
tox -v
'''
}
}
Expand All @@ -131,7 +131,7 @@ pipeline {
sh '''
eval "$(pyenv init -)"
pyenv activate conan
tox
tox -v
'''
}
}
Expand All @@ -143,7 +143,7 @@ pipeline {
sh '''
eval "$(pyenv init -)"
pyenv activate conan
tox
tox -v
'''
}
}
Expand All @@ -155,7 +155,7 @@ pipeline {
sh '''
eval "$(pyenv init -)"
pyenv activate conan
tox
tox -v
'''
}
}
Expand All @@ -167,7 +167,7 @@ pipeline {
sh '''
eval "$(pyenv init -)"
pyenv activate conan
tox
tox -v
'''
}
}
Expand Down

0 comments on commit 899bf42

Please sign in to comment.