Skip to content

Commit 86fa931

Browse files
committed
Also run the BlockchainTests/TransitionTests
1 parent 5c15617 commit 86fa931

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ jobs:
132132
- image: circleci/python:3.5
133133
environment:
134134
TOXENV: py35-native-blockchain-eip158
135-
py35-native-blockchain:
135+
py35-native-blockchain-transition:
136136
<<: *common
137137
docker:
138138
- image: circleci/python:3.5
139139
environment:
140-
TOXENV: py35-native-blockchain
140+
TOXENV: py35-native-blockchain-transition
141141
py35-vm:
142142
<<: *common
143143
docker:
@@ -199,6 +199,12 @@ jobs:
199199
- image: circleci/python:3.6
200200
environment:
201201
TOXENV: py36-native-blockchain-eip158
202+
py36-native-blockchain-transition:
203+
<<: *common
204+
docker:
205+
- image: circleci/python:3.6
206+
environment:
207+
TOXENV: py36-native-blockchain-transition
202208
py36-rpc-state-byzantium:
203209
<<: *common
204210
docker:
@@ -338,6 +344,7 @@ workflows:
338344
- py36-native-blockchain-homestead
339345
- py36-native-blockchain-eip150
340346
- py36-native-blockchain-eip158
347+
- py36-native-blockchain-transition
341348
- py36-rpc-state-byzantium
342349
- py36-rpc-state-frontier
343350
- py36-rpc-state-homestead
@@ -361,6 +368,7 @@ workflows:
361368
- py35-native-blockchain-homestead
362369
- py35-native-blockchain-eip150
363370
- py35-native-blockchain-eip158
371+
- py35-native-blockchain-transition
364372
- py35-vm
365373
- py35-core
366374
- py35-transactions

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ commands=
4242
native-blockchain-byzantium: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Byzantium}
4343
native-blockchain-constantinople: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Constantinople}
4444
native-blockchain-metropolis: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Metropolis}
45+
native-blockchain-transition: pytest {posargs:tests/json-fixtures/test_blockchain.py -k BlockchainTests/TransitionTests}
4546
lightchain_integration: pytest --integration {posargs:tests/trinity/integration/test_lightchain_integration.py}
4647

4748
deps = .[p2p,trinity,eth-extra,test]

0 commit comments

Comments
 (0)