Skip to content

Commit 46e34a3

Browse files
committed
added env var PARITY_OS to circle+travis config
1 parent a890754 commit 46e34a3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
environment:
180180
TOXENV: py35-integration-parity-ipc
181181
PARITY_VERSION: v1.10.4
182+
PARITY_OS: debian
182183

183184
py35-integration-parity-http:
184185
<<: *parity_steps
@@ -187,6 +188,7 @@ jobs:
187188
environment:
188189
TOXENV: py35-integration-parity-http
189190
PARITY_VERSION: v1.10.4
191+
PARITY_OS: debian
190192

191193
py35-integration-parity-ws:
192194
<<: *parity_steps
@@ -195,6 +197,7 @@ jobs:
195197
environment:
196198
TOXENV: py35-integration-parity-ws
197199
PARITY_VERSION: v1.10.4
200+
PARITY_OS: debian
198201

199202
py35-integration-ethtester-pyethereum:
200203
<<: *common
@@ -297,6 +300,7 @@ jobs:
297300
environment:
298301
TOXENV: py36-integration-parity-ipc
299302
PARITY_VERSION: v1.10.4
303+
PARITY_OS: debian
300304

301305
py36-integration-parity-http:
302306
<<: *parity_steps
@@ -305,6 +309,7 @@ jobs:
305309
environment:
306310
TOXENV: py36-integration-parity-http
307311
PARITY_VERSION: v1.10.4
312+
PARITY_OS: debian
308313

309314
py36-integration-parity-ws:
310315
<<: *parity_steps
@@ -313,6 +318,7 @@ jobs:
313318
environment:
314319
TOXENV: py36-integration-parity-ws
315320
PARITY_VERSION: v1.10.4
321+
PARITY_OS: debian
316322

317323
py36-integration-ethtester-pyethereum:
318324
<<: *common

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ matrix:
3030
env: TOX_POSARGS="-e py35-integration-goethereum-ws" GETH_VERSION=v1.8.1
3131
# parity-ipc
3232
- 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
3434
# parity-http
3535
- 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
3737
# parity-ws
3838
- 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
4040
# ENS
4141
- python: "3.5"
4242
env: TOX_POSARGS="-e py35-ens"
@@ -72,13 +72,13 @@ matrix:
7272
env: TOX_POSARGS="-e py36-integration-goethereum-ws" GETH_VERSION=v1.8.1
7373
# parity-ipc
7474
- 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
7676
# parity-http
7777
- 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
7979
# parity-ws
8080
- 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
8282
# ENS
8383
- python: "3.6"
8484
env: TOX_POSARGS="-e py36-ens"

0 commit comments

Comments
 (0)