summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-06-04 12:27:57 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-06-04 12:27:57 -0700
commite23b323df3e27a0ada568f40f739bd1da6d4cfe9 (patch)
tree54de067db76cf3ddd2f59388bf93ad294486463d /.travis.yml
parentcca333c277e633e5be8f4f2134a8517eb87bd67a (diff)
downloadisort-e23b323df3e27a0ada568f40f739bd1da6d4cfe9.tar.gz
Add pip cache to Travis CI builds
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 e79ee219..b615ab97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
sudo: false
language: python
+cache: pip
matrix:
include:
- env: TOXENV=isort-check