Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
5772c7facd
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -9,7 +9,7 @@ pipeline {
stage('Run pytest') {
steps {
sh 'python3 -m pytest'
sh '/usr/local/bin/pytest-venv'
}
}

Loading…
Cancel
Save