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

Commit

Permalink
ci: run rpc-state-{quadratic,sstore,zero_knowledge} in py37 env.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed May 21, 2019
1 parent 020778e commit 61a25fc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
48 changes: 23 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,13 @@ jobs:
- image: circleci/python:3.6
environment:
TOXENV: py36-lint

py37-lint:
<<: *common
docker:
- image: circleci/python:3.7
environment:
TOXENV: py37-lint


py36-docs:
<<: *common
docker:
Expand Down Expand Up @@ -228,24 +226,6 @@ jobs:
- image: circleci/python:3.6
environment:
TOXENV: py36-p2p
py36-rpc-state-quadratic:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-rpc-state-quadratic
py36-rpc-state-sstore:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-rpc-state-sstore
py36-rpc-state-zero_knowledge:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-rpc-state-zero_knowledge
py36-eth2-core:
<<: *common
docker:
Expand Down Expand Up @@ -283,6 +263,24 @@ jobs:
environment:
TOXENV: py36-plugins

py37-rpc-state-quadratic:
<<: *common
docker:
- image: circleci/python:3.7
environment:
TOXENV: py37-rpc-state-quadratic
py37-rpc-state-sstore:
<<: *common
docker:
- image: circleci/python:3.7
environment:
TOXENV: py37-rpc-state-sstore
py37-rpc-state-zero_knowledge:
<<: *common
docker:
- image: circleci/python:3.7
environment:
TOXENV: py37-rpc-state-zero_knowledge

py37-core:
<<: *common
Expand Down Expand Up @@ -339,7 +337,6 @@ jobs:
environment:
TOXENV: py37-plugins


docker-image-build-test:
machine: true
steps:
Expand All @@ -362,16 +359,17 @@ workflows:
# - py37-libp2p
- py37-plugins

- py37-rpc-state-quadratic
- py37-rpc-state-sstore
- py37-rpc-state-zero_knowledge

- py36-rpc-state-byzantium
- py36-rpc-state-constantinople
- py36-rpc-state-frontier
- py36-rpc-state-homestead
- py36-rpc-state-petersburg
- py36-rpc-state-tangerine_whistle
- py36-rpc-state-spurious_dragon
- py36-rpc-state-quadratic
- py36-rpc-state-sstore
- py36-rpc-state-zero_knowledge
- py36-rpc-state-tangerine_whistle
- py36-rpc-blockchain

- py36-core
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
envlist=
py{36,37}-{core,p2p,integration,lightchain_integration,eth2-core,eth2-fixtures,eth2-integration,plugins}
py{36}-long_run_integration
py{36}-rpc-state-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,petersburg,quadratic,sstore,zero_knowledge}
py{36}-rpc-blockchain
py36-long_run_integration
py36-rpc-blockchain
py36-rpc-state-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,petersburg}
py37-rpc-state-{quadratic,sstore,zero_knowledge}
py{36,37}-libp2p
py{36,37}-lint
py{36,37}-wheel-cli
Expand Down

0 comments on commit 61a25fc

Please sign in to comment.