Browse Source

Update Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
committed by GitHub
parent
commit
c9c03fbf1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Jenkinsfile

7
Jenkinsfile

@ -4,10 +4,13 @@ pipeline {
stage('pytest') {
steps {
sh '''python3 -m venv /var/build/jenkins
source env/bin/activate
source /var/build/jenkins/bin/activate
pip install -U pytest
pip install -r requirements.txt
pytest
'''
}
}
}
}
}

Loading…
Cancel
Save