Skip to content

Commit

Permalink
Revert python 2.7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkansokat committed Sep 16, 2022
1 parent 2fc7034 commit d59ddfe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d59ddfe

Please sign in to comment.