Skip to content
Snippets Groups Projects
Commit c123df9c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

add python3.9 to the ci testing matrix

parent ed8e0a00
No related branches found
No related tags found
1 merge request!278Port to Python 3
......@@ -209,7 +209,8 @@ jobs:
nix-build tests.nix \
--argstr hypothesisProfile ci \
--arg collectCoverage true \
--argstr tahoe-lafs-source << parameters.tahoe-lafs-source >>
--argstr tahoe-lafs-source << parameters.tahoe-lafs-source >> \
--argstr python python<< parameters.py-version >>
- run:
name: "Push to Cachix"
......@@ -251,6 +252,7 @@ workflows:
parameters:
py-version:
- "2.7"
- "3.9"
xcode-version:
# https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment