diff --git a/.circleci/config.yml b/.circleci/config.yml index dac3cecbaf..10e59c3e76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -301,6 +301,7 @@ jobs: - image: circleci/python:3.7 environment: TOXENV: py37-ethpm + WEB3_INFURA_PROJECT_ID: $INFURA_PROJECT_ID py37-integration-goethereum-ipc: <<: *geth_steps @@ -396,6 +397,7 @@ jobs: - image: circleci/python:3.8 environment: TOXENV: py38-ethpm + WEB3_INFURA_PROJECT_ID: $INFURA_PROJECT_ID py38-integration-goethereum-ipc: <<: *geth_steps @@ -486,6 +488,7 @@ jobs: - image: circleci/python:3.9 environment: TOXENV: py39-ethpm + WEB3_INFURA_PROJECT_ID: $INFURA_PROJECT_ID py39-integration-goethereum-ipc: <<: *geth_steps