Skip to content

Commit 2464571

Browse files
committed
Adding python 3.9 to CI
1 parent f98d8f5 commit 2464571

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ workflows:
66
jobs:
77
- test-37
88
- test-38
9+
- test-39
910
- combine_coverage_reports:
1011
requires:
1112
- test-37
1213
- test-38
14+
- test-39
1315

1416
build_and_deploy_docs:
1517
jobs:
@@ -60,7 +62,14 @@ jobs:
6062
test-38:
6163
<<: *test-template
6264
docker:
63-
- image: circleci/python:3.8.1
65+
- image: circleci/python:3.8.5
66+
- image: postgres:9.6.2
67+
- image: redis:5
68+
69+
test-39:
70+
<<: *test-template
71+
docker:
72+
- image: circleci/python:3.9.1
6473
- image: postgres:9.6.2
6574
- image: redis:5
6675

0 commit comments

Comments
 (0)