summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-14 05:28:11 -0700
committerSybren A. Stüvel <sybren@stuvel.eu>2018-07-10 21:47:17 +0200
commit57b3bfd973d038ad8981803df0b389df7058abfa (patch)
treef21a526c46154124b895ed62b7bbc0fdf3c62fa9 /.travis.yml
parent6aadcedda80b6f797f8d274803a18170b3d53a1f (diff)
downloadrsa-git-57b3bfd973d038ad8981803df0b389df7058abfa.tar.gz
Enable pip cache in Travis CI
Slightly speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 662cde5..9df782d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+cache: pip
# Environment changes have to be manually synced with 'tox.ini'.
# See: https://github.com/travis-ci/travis-ci/issues/3024