File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed
Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ pipeline {
66 stages {
77 stage(" Build" ) {
88 steps {
9- sh ' tox -r --workdir=/tmp -c allure-python-commons-test/tox.ini '
10- sh ' tox -r - -workdir=/tmp -c allure-python-commons/tox.ini'
11- sh ' tox -r -- workdir=/tmp -c allure-pytest /tox.ini'
12- sh ' tox -r -- workdir=/tmp -c allure-behave /tox.ini'
13- sh ' tox -r -- workdir=/tmp -c allure-robotframework /tox.ini'
9+ sh ' tox --version '
10+ sh ' tox --workdir=/tmp -c allure-python-commons/tox.ini'
11+ sh ' tox -- workdir=/tmp -c allure-python-testing /tox.ini'
12+ sh ' tox -- workdir=/tmp -c allure-pytest /tox.ini'
13+ sh ' tox -- workdir=/tmp -c allure-behave /tox.ini'
1414 }
1515 }
1616 }
Original file line number Diff line number Diff line change 55
66
77[testenv]
8+ passenv =
9+ HOME
10+
811setenv =
912 TEST_TMP ={envtmpdir}
1013 ALLURE_INDENT_OUTPUT =yep
@@ -23,6 +26,9 @@ commands=
2326
2427
2528[testenv:demo]
29+ passenv =
30+ HOME
31+
2632setenv =
2733 ALLURE_INDENT_OUTPUT =yep
2834 TEST_TMP ={envtmpdir}
Original file line number Diff line number Diff line change 55
66
77[testenv]
8+ passenv =
9+ HOME
10+
811whitelist_externals = rm
912
1013deps =
@@ -24,6 +27,9 @@ commands=
2427# `tox -e demo -- -k test_single_feature_label` or
2528# `tox -e demo -- ./test/steps/`
2629[testenv:demo]
30+ passenv =
31+ HOME
32+
2733whitelist_externals = rm
2834
2935setenv =
Original file line number Diff line number Diff line change 55
66
77[testenv]
8+ passenv =
9+ HOME
10+
811deps =
912 pytest
1013 pyhamcrest
Original file line number Diff line number Diff line change 44
55
66[testenv]
7+ passenv =
8+ HOME
9+
710commands =
811 python setup.py develop
You can’t perform that action at this time.
0 commit comments