Merge pull request #257 from maxking/fix-tests
Use Python 3.6 instead of 3.7 (which :3 tag points to).
This commit is contained in:
@@ -3,7 +3,7 @@ version: '2'
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3
|
- image: circleci/python:3.6-stretch-browsers
|
||||||
environment:
|
environment:
|
||||||
REGISTRY: QUAY
|
REGISTRY: QUAY
|
||||||
QUAY_URL: quay.io
|
QUAY_URL: quay.io
|
||||||
|
|||||||
Reference in New Issue
Block a user