Skip to content

Commit 2fc7034

Browse files
committed
Try putting python 2.7 circleci test back
1 parent e197f2c commit 2fc7034

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ workflows:
44
eb-sqs-jobs:
55
jobs:
66
- test-python-3-7
7+
- test-python-2-7
78
jobs:
89
test-python-3-7: &test-template
910
docker:
10-
- image: cimg/python:3.7
11+
- image: circleci/python:3.7.6
1112
steps:
1213
- add_ssh_keys
1314
- checkout
@@ -19,4 +20,7 @@ jobs:
1920
name: Run tests
2021
command: |
2122
python -m django test --settings=eb_sqs.test_settings
22-
23+
test-python-2-7:
24+
<<: *test-template
25+
docker:
26+
- image: circleci/python:2.7.16

0 commit comments

Comments
 (0)