summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Shandilya <parth1989shandilya@gmail.com>2019-03-01 23:58:22 +0530
committerGitHub <noreply@github.com>2019-03-01 23:58:22 +0530
commit862a681263b544613abd29b6967fa46169dbb0e1 (patch)
tree6df2a58e276f10f4bcccca0ea839d5c29538ce15
parent5a359ba4def1611b34df003bec58439a125d4e56 (diff)
parentc650b67e064573e49c4a2529c32309e8fc974fa3 (diff)
downloadtablib-862a681263b544613abd29b6967fa46169dbb0e1.tar.gz
Merge pull request #345 from jdufresne/cache
Enable pip cache in Travis CI
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f8730d..53af531 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+cache: pip
python:
- 2.7
- 3.4