Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflows:
jobs:
format:
docker:
- image: python:3.6-slim
- image: python:3.9-slim
steps:
- checkout
- run:
Expand All @@ -38,7 +38,7 @@ jobs:
command: pylint -f colorized -E plugin --ignore plugin/cli,plugin/pb2
test-3.6:
docker:
- image: python:3.6-stretch
- image: python:3.7-stretch
steps: &run_python_tests
- checkout
- run:
Expand All @@ -63,7 +63,7 @@ jobs:
command: pytest test/
test-3.5:
docker:
- image: python:3.5-stretch
- image: python:3.7-stretch
steps: *run_python_tests
test-2.7:
docker:
Expand Down