Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
807f133f7e
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -3,8 +3,8 @@ pipeline {
stages {
stage('Run pytest') {
steps {
sh 'pip install --user -r requirements.txt'
sh 'pip install --user --upgrade pytest'
sh 'pip install --user --upgrade -r requirements.txt'
sh 'python -m pytest'
}
}

Loading…
Cancel
Save