We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6379da commit 3bb91d2Copy full SHA for 3bb91d2
.circleci/config.yml
@@ -244,11 +244,18 @@ jobs:
244
- image: circleci/python:3.6
245
environment:
246
TOXENV: py36-rpc-state-quadratic
247
+ py37-core:
248
+ <<: *common
249
+ docker:
250
+ - image: circleci/python:3.7
251
+ environment:
252
+ TOXENV: py37-core
253
254
workflows:
255
version: 2
256
test:
257
jobs:
258
+ - py37-core
259
- py36-docs
260
- py36-native-state-byzantium
261
- py36-native-state-frontier
0 commit comments