-
I want to test my application against both CPython and PyPy. Assuming I have all my desired versions installed using Pyenv, and assuming everything works fine using CPython alone, how can I configure Hatch to include both CPython and PyPy versions in a "matrix" env? Does it support strings like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Yes it supports strings like that |
Beta Was this translation helpful? Give feedback.
-
FYI in the documentation I'm going to begin discouraging the use of pyenv now that we have these features: |
Beta Was this translation helpful? Give feedback.
Yes it supports strings like that