We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819aab5 commit 96e3cb3Copy full SHA for 96e3cb3
script/jenkins/branches/Jenkinsfile
@@ -11,6 +11,7 @@ pipeline {
11
export PATH=$PATH:$CONDAPATH
12
source activate climada_env
13
rm -f pylint.log
14
+ python -m pip install bayesian-optimization
15
pylint -ry climada | tee pylint.log'''
16
17
discoverGitReferenceBuild referenceJob: 'climada_branches/develop'
@@ -25,6 +26,7 @@ pipeline {
25
26
27
rm -rf tests_xml/
28
rm -rf coverage/
29
30
python -m coverage run tests_runner.py unit
31
python -m coverage xml -o coverage.xml
32
python -m coverage html -d coverage'''
@@ -41,4 +43,4 @@ pipeline {
41
43
cobertura coberturaReportFile: 'coverage.xml'
42
44
}
45
-}
46
+}
0 commit comments