Skip to content

Commit 3d60236

Browse files
committed
Run London fork tests
1 parent 79159be commit 3d60236

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
- image: circleci/python:3.6
8383
environment:
8484
TOXENV: py36-native-blockchain-istanbul
85+
py36-native-blockchain-london:
86+
<<: *common
87+
docker:
88+
- image: circleci/python:3.6
89+
environment:
90+
TOXENV: py36-native-blockchain-london
8591
py36-native-blockchain-petersburg:
8692
<<: *common
8793
docker:
@@ -247,6 +253,7 @@ workflows:
247253
- py36-native-blockchain-frontier
248254
- py36-native-blockchain-homestead
249255
- py36-native-blockchain-istanbul
256+
- py36-native-blockchain-london
250257
- py36-native-blockchain-petersburg
251258
- py36-native-blockchain-tangerine_whistle
252259
- py36-native-blockchain-spurious_dragon

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist=
33
py{36,37,38,39}-{core,database,transactions,vm}
44
py36-benchmark
5-
py36-native-blockchain-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,petersburg,istanbul,berlin,metropolis,transition}
5+
py36-native-blockchain-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,petersburg,istanbul,berlin,london,metropolis,transition}
66
py{36,37,38,39}-lint
77
py36-docs
88

@@ -35,6 +35,7 @@ commands=
3535
native-blockchain-petersburg: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork ConstantinopleFix}
3636
native-blockchain-istanbul: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork Istanbul}
3737
native-blockchain-berlin: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork Berlin}
38+
native-blockchain-london: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork London}
3839
native-blockchain-metropolis: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork Metropolis}
3940
native-blockchain-transition: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py -k TransitionTests --tx '2*popen//execmodel=eventlet'}
4041
lint: flake8 {toxinidir}/eth {toxinidir}/tests {toxinidir}/scripts

0 commit comments

Comments
 (0)