Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 61a25fc

Browse files
committed
ci: run rpc-state-{quadratic,sstore,zero_knowledge} in py37 env.
1 parent 020778e commit 61a25fc

File tree

2 files changed

+27
-28
lines changed

2 files changed

+27
-28
lines changed

.circleci/config.yml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,13 @@ jobs:
131131
- image: circleci/python:3.6
132132
environment:
133133
TOXENV: py36-lint
134-
135134
py37-lint:
136135
<<: *common
137136
docker:
138137
- image: circleci/python:3.7
139138
environment:
140139
TOXENV: py37-lint
141140

142-
143141
py36-docs:
144142
<<: *common
145143
docker:
@@ -228,24 +226,6 @@ jobs:
228226
- image: circleci/python:3.6
229227
environment:
230228
TOXENV: py36-p2p
231-
py36-rpc-state-quadratic:
232-
<<: *common
233-
docker:
234-
- image: circleci/python:3.6
235-
environment:
236-
TOXENV: py36-rpc-state-quadratic
237-
py36-rpc-state-sstore:
238-
<<: *common
239-
docker:
240-
- image: circleci/python:3.6
241-
environment:
242-
TOXENV: py36-rpc-state-sstore
243-
py36-rpc-state-zero_knowledge:
244-
<<: *common
245-
docker:
246-
- image: circleci/python:3.6
247-
environment:
248-
TOXENV: py36-rpc-state-zero_knowledge
249229
py36-eth2-core:
250230
<<: *common
251231
docker:
@@ -283,6 +263,24 @@ jobs:
283263
environment:
284264
TOXENV: py36-plugins
285265

266+
py37-rpc-state-quadratic:
267+
<<: *common
268+
docker:
269+
- image: circleci/python:3.7
270+
environment:
271+
TOXENV: py37-rpc-state-quadratic
272+
py37-rpc-state-sstore:
273+
<<: *common
274+
docker:
275+
- image: circleci/python:3.7
276+
environment:
277+
TOXENV: py37-rpc-state-sstore
278+
py37-rpc-state-zero_knowledge:
279+
<<: *common
280+
docker:
281+
- image: circleci/python:3.7
282+
environment:
283+
TOXENV: py37-rpc-state-zero_knowledge
286284

287285
py37-core:
288286
<<: *common
@@ -339,7 +337,6 @@ jobs:
339337
environment:
340338
TOXENV: py37-plugins
341339

342-
343340
docker-image-build-test:
344341
machine: true
345342
steps:
@@ -362,16 +359,17 @@ workflows:
362359
# - py37-libp2p
363360
- py37-plugins
364361

362+
- py37-rpc-state-quadratic
363+
- py37-rpc-state-sstore
364+
- py37-rpc-state-zero_knowledge
365+
365366
- py36-rpc-state-byzantium
366367
- py36-rpc-state-constantinople
367368
- py36-rpc-state-frontier
368369
- py36-rpc-state-homestead
369370
- py36-rpc-state-petersburg
370-
- py36-rpc-state-tangerine_whistle
371371
- py36-rpc-state-spurious_dragon
372-
- py36-rpc-state-quadratic
373-
- py36-rpc-state-sstore
374-
- py36-rpc-state-zero_knowledge
372+
- py36-rpc-state-tangerine_whistle
375373
- py36-rpc-blockchain
376374

377375
- py36-core

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tox]
22
envlist=
33
py{36,37}-{core,p2p,integration,lightchain_integration,eth2-core,eth2-fixtures,eth2-integration,plugins}
4-
py{36}-long_run_integration
5-
py{36}-rpc-state-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,petersburg,quadratic,sstore,zero_knowledge}
6-
py{36}-rpc-blockchain
4+
py36-long_run_integration
5+
py36-rpc-blockchain
6+
py36-rpc-state-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,petersburg}
7+
py37-rpc-state-{quadratic,sstore,zero_knowledge}
78
py{36,37}-libp2p
89
py{36,37}-lint
910
py{36,37}-wheel-cli

0 commit comments

Comments
 (0)