Closed justinabrahms closed 8 years ago
Makes our travis build ~40 seconds faster.
We are installing python dependencies 4 times currently. This brings it down to three. Once on docker container creation and once for each tox instance.
Compare the timing on: Ruby Version Python Version
The idea seems reasonable to me. :+1: when tests pass
What's this PR do?
Makes our travis build ~40 seconds faster.
Any background context you want to provide?
We are installing python dependencies 4 times currently. This brings it down to three. Once on docker container creation and once for each tox instance.
Compare the timing on: Ruby Version Python Version
What gif best describes this PR or how it makes you feel?