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 +