Fix some references.

This commit is contained in:
Itamar Turner-Trauring 2022-02-14 10:40:38 -05:00
parent 0639f2c16c
commit 71989c64eb

View File

@ -43,10 +43,6 @@ workflows:
#- "pypy27-buster":
# {}
# Test against Python 3:
- "python37":
{}
# Other assorted tasks and configurations
- "lint":
{}
@ -361,8 +357,8 @@ jobs:
- run: *SETUP_VIRTUALENV
- run: *RUN_TESTS
python37:
<<: *UBUNTU_18_04
ubuntu-18-04: &UBUNTU_18_04
<<: *DEBIAN
docker:
- <<: *DOCKERHUB_AUTH
image: "tahoelafsci/ubuntu:18.04-py3.7"