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

Commit

Permalink
Pin pytests to ganache snapshot 6.0.0 (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA authored Apr 7, 2020
1 parent 2086bff commit 16dc825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
docker:
- image: nikolaik/python-nodejs:python3.7-nodejs8
- image: 0xorg/ganache-cli:6.0.0
environment:
VERSION: '6.0.0'
- image: 0xorg/mesh:0xV3
environment:
ETHEREUM_RPC_URL: 'http://localhost:8545'
Expand Down
2 changes: 2 additions & 0 deletions python-packages/sra_client/test/relayer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
image: "0xorg/ganache-cli:6.0.0"
ports:
- "8545:8545"
environment:
- VERSION=6.0.0
mesh:
image: 0xorg/mesh:0xV3
depends_on:
Expand Down

0 comments on commit 16dc825

Please sign in to comment.