This commit is contained in:
Emmanuel Cazenave 2018-04-26 12:25:41 +02:00
parent 7e30248e42
commit 4ca5c7283e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
stages {
stage('unit test') {
steps {
sh 'echo $BUILD_TAG'
sh 'tox -r -- --junitxml=test_results.xml --cov-report xml --cov-report html --cov=bidon/ tests/'
}
}