aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2022-11-10 23:10:51 +0000
committerGitHub <[email protected]>2022-11-10 23:10:51 +0000
commitf4b3ac11187d22fdffcde7c9073b2d216cc71031 (patch)
treeb62205593fd2226a635dd85984ceaf8df182e0f6 /.circleci
parent6b264410393686ffd3a43c93f3e6288ca360e85c (diff)
downloadmastodon.py-f4b3ac11187d22fdffcde7c9073b2d216cc71031.tar.gz
Update config.yml
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7b6d44d..915b46f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2jobs: 2jobs:
3 run-tests: 3 run-tests:
4 docker: 4 docker:
5 - image: cimg/python 5 - image: cimg/python:3.8
6 steps: 6 steps:
7 - checkout 7 - checkout
8 - run: 8 - run:
Powered by cgit v1.2.3 (git 2.41.0)