Skip to content

Commit

Permalink
add WEB3_INFURA_API_SECRET to circle to turn ethpm tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
voith committed Nov 4, 2019
1 parent 48d5fcc commit 640c0d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ jobs:
- image: circleci/python:3.6
environment:
TOXENV: py36-ethpm
WEB3_INFURA_PROJECT_ID: 4f1a358967c7474aae6f8f4a7698aefc
WEB3_INFURA_PROJECT_ID: ae13436d29b34850b640af9c80f80871
WEB3_INFURA_API_SECRET: 067ddad6021048f0840a38a4e52eb568

py36-integration-goethereum-ipc-1.7.2:
<<: *geth_steps
Expand Down Expand Up @@ -286,7 +287,8 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-ethpm
WEB3_INFURA_PROJECT_ID: 4f1a358967c7474aae6f8f4a7698aefc
WEB3_INFURA_PROJECT_ID: ae13436d29b34850b640af9c80f80871
WEB3_INFURA_API_SECRET: 067ddad6021048f0840a38a4e52eb568

py37-integration-goethereum-ipc-1.7.2:
<<: *geth_steps
Expand Down Expand Up @@ -393,7 +395,8 @@ jobs:
- image: circleci/python:3.8
environment:
TOXENV: py38-ethpm
WEB3_INFURA_PROJECT_ID: 4f1a358967c7474aae6f8f4a7698aefc
WEB3_INFURA_PROJECT_ID: ae13436d29b34850b640af9c80f80871
WEB3_INFURA_API_SECRET: 067ddad6021048f0840a38a4e52eb568

py38-integration-goethereum-ipc-1.7.2:
<<: *geth_steps
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"eth-tester[py-evm]==v0.2.0-beta.2",
"py-geth>=2.0.1,<3.0.0",
],
'testrpc': ["eth-testrpc>=1.3.3,<2.0.0"],
'eth-tester-rpc': ['eth-tester-rpc==0.1.0b2'],
'linter': [
"flake8==3.4.1",
"isort>=4.2.15,<4.3.5",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ passenv =
GOROOT
GOPATH
WEB3_INFURA_PROJECT_ID
WEB3_INFURA_API_SECRET
basepython =
docs: python3.6
py36: python3.6
Expand Down

0 comments on commit 640c0d6

Please sign in to comment.