Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
9d2f5093e2
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -35,7 +35,7 @@ pipeline {
stage('Run pytest') {
steps {
sh 'pytest'
sh 'python3 -m pytest'
}
}

Loading…
Cancel
Save