Travis CI
Save Time by Caching in Travis for Python Projects
By caching files and directories on Travis, we can save time with re/installation because we do not need to re-download the same files over and over again. The recommended way to cache pip-installed packages on Travis CI is shown below: cache: - pip: true However, this only works