Skip to content

Commit d59ddfe

Browse files
committed
Revert python 2.7 testing
1 parent 2fc7034 commit d59ddfe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ workflows:
44
eb-sqs-jobs:
55
jobs:
66
- test-python-3-7
7-
- test-python-2-7
87
jobs:
98
test-python-3-7: &test-template
109
docker:
11-
- image: circleci/python:3.7.6
10+
- image: cimg/python:3.7
1211
steps:
1312
- add_ssh_keys
1413
- checkout
@@ -20,7 +19,4 @@ jobs:
2019
name: Run tests
2120
command: |
2221
python -m django test --settings=eb_sqs.test_settings
23-
test-python-2-7:
24-
<<: *test-template
25-
docker:
26-
- image: circleci/python:2.7.16
22+

0 commit comments

Comments
 (0)