Browse Source

Update Jenkinsfile

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

2
Jenkinsfile

@ -7,7 +7,7 @@ pipeline {
python3 -m venv /tmp/jenkins-venv
source /tmp/jenkins-venv/bin/activate
pip install -U pytest
pip install -r requirements.txt
python3 setup.py install
pytest
'''
}

Loading…
Cancel
Save