File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ jobs:
179
179
environment :
180
180
TOXENV : py35-integration-parity-ipc
181
181
PARITY_VERSION : v1.10.4
182
+ PARITY_OS : debian
182
183
183
184
py35-integration-parity-http :
184
185
<< : *parity_steps
@@ -187,6 +188,7 @@ jobs:
187
188
environment :
188
189
TOXENV : py35-integration-parity-http
189
190
PARITY_VERSION : v1.10.4
191
+ PARITY_OS : debian
190
192
191
193
py35-integration-parity-ws :
192
194
<< : *parity_steps
@@ -195,6 +197,7 @@ jobs:
195
197
environment :
196
198
TOXENV : py35-integration-parity-ws
197
199
PARITY_VERSION : v1.10.4
200
+ PARITY_OS : debian
198
201
199
202
py35-integration-ethtester-pyethereum :
200
203
<< : *common
@@ -297,6 +300,7 @@ jobs:
297
300
environment :
298
301
TOXENV : py36-integration-parity-ipc
299
302
PARITY_VERSION : v1.10.4
303
+ PARITY_OS : debian
300
304
301
305
py36-integration-parity-http :
302
306
<< : *parity_steps
@@ -305,6 +309,7 @@ jobs:
305
309
environment :
306
310
TOXENV : py36-integration-parity-http
307
311
PARITY_VERSION : v1.10.4
312
+ PARITY_OS : debian
308
313
309
314
py36-integration-parity-ws :
310
315
<< : *parity_steps
@@ -313,6 +318,7 @@ jobs:
313
318
environment :
314
319
TOXENV : py36-integration-parity-ws
315
320
PARITY_VERSION : v1.10.4
321
+ PARITY_OS : debian
316
322
317
323
py36-integration-ethtester-pyethereum :
318
324
<< : *common
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ matrix:
30
30
env : TOX_POSARGS="-e py35-integration-goethereum-ws" GETH_VERSION=v1.8.1
31
31
# parity-ipc
32
32
- python : " 3.5"
33
- env : TOX_POSARGS="-e py35-integration-parity-ipc" PARITY_VERSION=v1.10.4
33
+ env : TOX_POSARGS="-e py35-integration-parity-ipc" PARITY_VERSION=v1.10.4 PARITY_OS=debian
34
34
# parity-http
35
35
- python : " 3.5"
36
- env : TOX_POSARGS="-e py35-integration-parity-http" PARITY_VERSION=v1.10.4
36
+ env : TOX_POSARGS="-e py35-integration-parity-http" PARITY_VERSION=v1.10.4 PARITY_OS=debian
37
37
# parity-ws
38
38
- python : " 3.5"
39
- env : TOX_POSARGS="-e py35-integration-parity-ws" PARITY_VERSION=v1.10.4
39
+ env : TOX_POSARGS="-e py35-integration-parity-ws" PARITY_VERSION=v1.10.4 PARITY_OS=debian
40
40
# ENS
41
41
- python : " 3.5"
42
42
env : TOX_POSARGS="-e py35-ens"
@@ -72,13 +72,13 @@ matrix:
72
72
env : TOX_POSARGS="-e py36-integration-goethereum-ws" GETH_VERSION=v1.8.1
73
73
# parity-ipc
74
74
- python : " 3.6"
75
- env : TOX_POSARGS="-e py36-integration-parity-ipc" PARITY_VERSION=v1.10.4
75
+ env : TOX_POSARGS="-e py36-integration-parity-ipc" PARITY_VERSION=v1.10.4 PARITY_OS=debian
76
76
# parity-http
77
77
- python : " 3.6"
78
- env : TOX_POSARGS="-e py36-integration-parity-http" PARITY_VERSION=v1.10.4
78
+ env : TOX_POSARGS="-e py36-integration-parity-http" PARITY_VERSION=v1.10.4 PARITY_OS=debian
79
79
# parity-ws
80
80
- python : " 3.6"
81
- env : TOX_POSARGS="-e py36-integration-parity-ws" PARITY_VERSION=v1.10.4
81
+ env : TOX_POSARGS="-e py36-integration-parity-ws" PARITY_VERSION=v1.10.4 PARITY_OS=debian
82
82
# ENS
83
83
- python : " 3.6"
84
84
env : TOX_POSARGS="-e py36-ens"
You can’t perform that action at this time.
0 commit comments