Switch to one of our Docker images for typecheck CI

This commit is contained in:
Jean-Paul Calderone 2021-01-15 15:00:57 -05:00
parent 7d468cde19
commit a01078ddec

View File

@ -481,13 +481,14 @@ jobs:
typechecks:
docker:
- <<: *DOCKERHUB_AUTH
image: "jaraco/multipy-tox"
image: "tahoelafsci/ubuntu:18.04-py3"
steps:
- "checkout"
- run:
name: "Validate Types"
command: tox -e typechecks
command: |
/tmp/venv/bin/tox -e typechecks
build-image: &BUILD_IMAGE
# This is a template for a job to build a Docker image that has as much of