Skip to content

Commit

Permalink
Merge pull request #45 from cuda-networks/BNCASB-2204-add-support-cir…
Browse files Browse the repository at this point in the history
…cleci

BNCASB-2204: Update python image versions
  • Loading branch information
rohandev authored Jan 9, 2020
2 parents 44f592b + 87fcd7a commit 98787b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ workflows:
version: 2
eb-sqs-jobs:
jobs:
- test-python-3-5
- test-python-3-7
- test-python-2-7
jobs:
test-python-3-5: &test-template
test-python-3-7: &test-template
docker:
- image: circleci/python:3.5-jessie
- image: circleci/python:3.7.6
steps:
- add_ssh_keys
- checkout
Expand All @@ -23,4 +23,4 @@ jobs:
test-python-2-7:
<<: *test-template
docker:
- image: circleci/python:2.7-jessie
- image: circleci/python:2.7.16

0 comments on commit 98787b0

Please sign in to comment.