jobs:
build-27:
docker:
- - image: circleci/python:2.7
+ - image: cimg/python:2.7
steps:
- checkout
- run: *apt-install
build-36:
docker:
- - image: circleci/python:3.6
+ - image: cimg/python:3.6
steps:
- checkout
- run: *apt-install
build-latest:
docker:
- - image: circleci/python:latest
+ - image: cimg/python:latest
steps:
- checkout
- run: *apt-install
build-latest-nodeps:
docker:
- - image: circleci/python:latest
+ - image: cimg/python:latest
steps:
- checkout
- run: *pip-install