[Distutils] pipenv use cases
Nick Coghlan
ncoghlan at gmail.com
Wed Jan 17 23:10:37 EST 2018
On 17 January 2018 at 12:51, Nick Coghlan <ncoghlan at gmail.com> wrote:
> I think tox provides a good precedent for what's needed when it comes
> to effectively targeting multiple environments: you want a venv per
> target environment per project, not just a venv per project.
After double-checking the status quo, I'll note that simply doing
`pipenv install --dev` should already work pretty well for testing use
cases (even if you use environment markers):
https://docs.pipenv.org/advanced/#testing-projects
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Distutils-SIG
mailing list