From f62ba00f7401331107d819d5d7604c3a47b4824d Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 7 Jan 2021 16:04:16 +0100 Subject: [PATCH] Added Jenkinsfile --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7cb7cd..b6c4726 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,9 +29,7 @@ pipeline { stage('Install pytest') { steps { - sh '''python3 setup.py install - pytest -''' + sh 'python3 setup.py install --user' } }