Browse Source

Added Jenkinsfile

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

8
Jenkinsfile

@ -3,13 +3,7 @@ pipeline {
stages {
stage('Install build dependencies') {
steps {
sh 'pip install -U --upgrade pip pytest setuptools setuptools-git-version'
}
}
stage('Install project') {
steps {
sh 'python3 setup.py install --user'
sh 'pip install -U --upgrade pytest'
}
}

Loading…
Cancel
Save