Add NixOS/PyPy jobs to the CircleCI configuration

This commit is contained in:
Jean-Paul Calderone 2023-03-20 14:04:33 -04:00
parent d196e519ef
commit a80effe290

View File

@ -94,12 +94,15 @@ workflows:
- "python310"
- "nixos":
# At the moment the CPython 3.11 and PyPy packages are working
# better in nixpkgs unstable than in the 22.11 release.
name: "<<matrix.pythonVersion>>"
nixpkgs: "unstable"
matrix:
parameters:
pythonVersion:
- "python311"
- "pypy39"
- "nixos-integration":
name: "Integration (NixOS)"