Skip to content

Commit 3bb91d2

Browse files
committed
circleci: add Python 3.7 job (core module only).
1 parent d6379da commit 3bb91d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,18 @@ jobs:
244244
- image: circleci/python:3.6
245245
environment:
246246
TOXENV: py36-rpc-state-quadratic
247+
py37-core:
248+
<<: *common
249+
docker:
250+
- image: circleci/python:3.7
251+
environment:
252+
TOXENV: py37-core
247253

248254
workflows:
249255
version: 2
250256
test:
251257
jobs:
258+
- py37-core
252259
- py36-docs
253260
- py36-native-state-byzantium
254261
- py36-native-state-frontier

0 commit comments

Comments
 (0)