chiark / gitweb /
when running `pip install` tests, cache downloads from pypi
authorHans-Christoph Steiner <hans@eds.org>
Mon, 14 Apr 2014 20:12:17 +0000 (16:12 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 23 Apr 2014 02:59:27 +0000 (22:59 -0400)
commit6f6c074a6bd2e4f5a57e399f174ad05b681c786e
tree3f29163568095c0ba3a3044ec03337a1b7f4d3f3
parent82e88fbcf65fe7b317ab02c1a6c4afd31aca72cd
when running `pip install` tests, cache downloads from pypi

Since this runs frequently without much change, it makes sense to cache the
downloaded source packages as much as possible.  There are probably better
ways to do this, but this is really easy.

https://stackoverflow.com/questions/4806448/how-do-i-install-from-a-local-cache-with-pip
jenkins-build