diff --git a/.circleci/config.yml b/.circleci/config.yml index b97b3f7953..add7b2f924 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -353,6 +353,72 @@ jobs: environment: TOXENV: py37-ens + py37-integration-goethereum-ipc-1.7.2: + <<: *geth_steps + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-goethereum-ipc + GETH_VERSION: v1.7.2 + + py37-integration-goethereum-http-1.7.2: + <<: *geth_steps + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-goethereum-http + GETH_VERSION: v1.7.2 + + py37-integration-goethereum-ws-1.7.2: + <<: *geth_steps + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-goethereum-ws + GETH_VERSION: v1.7.2 + + py37-integration-goethereum-ipc-1.8.1: + <<: *geth_steps + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-goethereum-ipc + GETH_VERSION: v1.8.1 + + py37-integration-goethereum-http-1.8.1: + <<: *geth_steps + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-goethereum-http + GETH_VERSION: v1.8.1 + + py37-integration-goethereum-ws-1.8.1: + <<: *geth_steps + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-goethereum-ws + GETH_VERSION: v1.8.1 + + py37-integration-parity-ipc: + <<: *parity_steps + docker: + - image: circleci/python:3.7-stretch + environment: + TOXENV: py37-integration-parity-ipc + PARITY_VERSION: v1.11.7 + PARITY_OS: debian + + py37-integration-parity-http: + <<: *parity_steps + docker: + - image: circleci/python:3.7-stretch + environment: + TOXENV: py37-integration-parity-http + PARITY_VERSION: v1.11.7 + PARITY_OS: debian + py37-integration-parity-ws: <<: *parity_steps docker: @@ -362,6 +428,14 @@ jobs: PARITY_VERSION: v1.11.7 PARITY_OS: debian + py37-integration-ethtester-pyethereum: + <<: *common + docker: + - image: circleci/python:3.7 + environment: + TOXENV: py37-integration-ethtester + ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEthereum16Backend + py37-integration-ethtester-pyevm: <<: *common docker: @@ -404,5 +478,14 @@ workflows: - py36-integration-ethtester-pyevm - py37-core - py37-ens + - py37-integration-goethereum-ipc-1.7.2 + - py37-integration-goethereum-http-1.7.2 + - py37-integration-goethereum-ws-1.7.2 + - py37-integration-goethereum-ipc-1.8.1 + - py37-integration-goethereum-http-1.8.1 + - py37-integration-goethereum-ws-1.8.1 + - py37-integration-parity-ipc + - py37-integration-parity-http - py37-integration-parity-ws + - py37-integration-ethtester-pyethereum - py37-integration-ethtester-pyevm