Browse Source

Added Jenkinsfile

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

4
Jenkinsfile

@ -29,9 +29,7 @@ pipeline {
stage('Install pytest') { stage('Install pytest') {
steps { steps {
sh '''python3 setup.py install sh 'python3 setup.py install --user'
pytest
'''
} }
} }

Loading…
Cancel
Save