For general forensics and debugging, we should have the ability to install exactly the pip environment as travis. There should be a pip freeze line in the yaml file so that we can go back and get a copy-pastable list of all packages that should be installed into a venv to reproduce the build environment.
For general forensics and debugging, we should have the ability to install exactly the pip environment as travis. There should be a
pip freezeline in the yaml file so that we can go back and get a copy-pastable list of all packages that should be installed into a venv to reproduce the build environment.