On 17 January 2018 at 12:51, Nick Coghlan <[email protected]> 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 | [email protected] | Brisbane, Australia _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
