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') {
steps {
sh '''python3 setup.py install
pytest
'''
sh 'python3 setup.py install --user'
}
}

Loading…
Cancel
Save