aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index fab5de7d..3492b54b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -104,8 +104,7 @@ def downstreams = [
virtualenv .venv
source .venv/bin/activate
pip install ../cryptography
- pip install -e .
- pip install pytest pretend
+ pip install -e .[test]
pytest tests
"""
],