From d59ddfefdc355097d0745351c26cd681bb817690 Mon Sep 17 00:00:00 2001 From: gsokat Date: Fri, 16 Sep 2022 13:34:10 -0700 Subject: [PATCH] Revert python 2.7 testing --- .circleci/config.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e36cd3..407fb8b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,11 +4,10 @@ workflows: eb-sqs-jobs: jobs: - test-python-3-7 - - test-python-2-7 jobs: test-python-3-7: &test-template docker: - - image: circleci/python:3.7.6 + - image: cimg/python:3.7 steps: - add_ssh_keys - checkout @@ -20,7 +19,4 @@ jobs: name: Run tests command: | python -m django test --settings=eb_sqs.test_settings - test-python-2-7: - <<: *test-template - docker: - - image: circleci/python:2.7.16 +