Skip to content

Commit c482935

Browse files
committed
circleci: enable trinity{,-integration} for py37.
1 parent db93017 commit c482935

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.circleci/config.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ jobs:
5252
- image: circleci/python:3.6
5353
environment:
5454
TOXENV: lint-py36
55+
5556
py36-docs:
5657
<<: *common
5758
docker:
5859
- image: circleci/python:3.6
5960
environment:
6061
TOXENV: py36-docs
62+
6163
py35-native-state-byzantium:
6264
<<: *common
6365
docker:
@@ -118,6 +120,7 @@ jobs:
118120
- image: circleci/python:3.5
119121
environment:
120122
TOXENV: py35-database
123+
121124
py36-benchmark:
122125
<<: *common
123126
docker:
@@ -244,19 +247,36 @@ jobs:
244247
- image: circleci/python:3.6
245248
environment:
246249
TOXENV: py36-rpc-state-quadratic
250+
247251
py37-core:
248252
<<: *common
249253
docker:
250254
- image: circleci/python:3.7
251255
environment:
252256
TOXENV: py37-core
257+
py37-trinity:
258+
<<: *common
259+
docker:
260+
- image: circleci/python:3.7
261+
environment:
262+
TOXENV: py37-trinity
263+
py37-trinity-integration:
264+
<<: *common
265+
docker:
266+
- image: circleci/python:3.7
267+
environment:
268+
TOXENV: py37-trinity-integration
253269

254270
workflows:
255271
version: 2
256272
test:
257273
jobs:
258-
- py37-core
259274
- py36-docs
275+
276+
- py37-core
277+
- py37-trinity
278+
- py37-trinity-integration
279+
260280
- py36-native-state-byzantium
261281
- py36-native-state-frontier
262282
- py36-native-state-homestead
@@ -278,6 +298,7 @@ workflows:
278298
- py36-p2p
279299
- py36-database
280300
- py36-rpc-state-quadratic
301+
281302
- py35-native-state-byzantium
282303
- py35-native-state-frontier
283304
- py35-native-state-homestead
@@ -288,5 +309,6 @@ workflows:
288309
- py35-core
289310
- py35-transactions
290311
- py35-database
312+
291313
- lint-py35
292314
- lint-py36

0 commit comments

Comments
 (0)