summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2017-06-04 15:05:13 -0700
committerGitHub <noreply@github.com>2017-06-04 15:05:13 -0700
commit2da2930c069a9fc02a728b2defd3e3a6df59ee78 (patch)
tree25b72c28fe2895fdb71c6f39579c2fbf4f193793 /.travis.yml
parent05b0085282fb6fd5136946d0e817c90895a6c699 (diff)
parente23b323df3e27a0ada568f40f739bd1da6d4cfe9 (diff)
downloadisort-2da2930c069a9fc02a728b2defd3e3a6df59ee78.tar.gz
Merge pull request #563 from jdufresne/cache
Add pip cache to Travis CI builds
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 d44fa31b..d1cdbf23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
sudo: false
language: python
+cache: pip
matrix:
include:
- env: TOXENV=isort-check