Skip to content

Commit 98787b0

Browse files
authored
Merge pull request #45 from cuda-networks/BNCASB-2204-add-support-circleci
BNCASB-2204: Update python image versions
2 parents 44f592b + 87fcd7a commit 98787b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ workflows:
33
version: 2
44
eb-sqs-jobs:
55
jobs:
6-
- test-python-3-5
6+
- test-python-3-7
77
- test-python-2-7
88
jobs:
9-
test-python-3-5: &test-template
9+
test-python-3-7: &test-template
1010
docker:
11-
- image: circleci/python:3.5-jessie
11+
- image: circleci/python:3.7.6
1212
steps:
1313
- add_ssh_keys
1414
- checkout
@@ -23,4 +23,4 @@ jobs:
2323
test-python-2-7:
2424
<<: *test-template
2525
docker:
26-
- image: circleci/python:2.7-jessie
26+
- image: circleci/python:2.7.16

0 commit comments

Comments
 (0)