Skip to content

Commit 4e8dc04

Browse files
committed
ci: rename EIP15{0,8} tox jobs to their long-form fork names.
Everywhere else in the codebase, EIP15{0,8} remain.
1 parent dfe43ae commit 4e8dc04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist=
33
py{35,36}-{core,database,transactions,vm}
44
py{36}-{benchmark,beacon}
5-
py{35,36}-native-blockchain-{frontier,homestead,eip150,eip158,byzantium,constantinople,metropolis,transition}
5+
py{35,36}-native-blockchain-{frontier,homestead,tangerine_whistle,spurious_dragon,byzantium,constantinople,metropolis,transition}
66
py37-{core,beacon}
77
py{35,36}-lint
88
py36-docs
@@ -25,8 +25,8 @@ commands=
2525
vm: pytest {posargs:tests/json-fixtures/test_virtual_machine.py}
2626
native-blockchain-frontier: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Frontier}
2727
native-blockchain-homestead: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Homestead}
28-
native-blockchain-eip150: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork EIP150}
29-
native-blockchain-eip158: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork EIP158}
28+
native-blockchain-tangerine_whistle: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork EIP150}
29+
native-blockchain-spurious_dragon: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork EIP158}
3030
native-blockchain-byzantium: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Byzantium}
3131
native-blockchain-constantinople: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Constantinople}
3232
native-blockchain-metropolis: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Metropolis}

0 commit comments

Comments
 (0)