summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-01-12 17:00:24 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-01-12 17:00:24 -0800
commit04a3b58aded8f415d4e1d6b83230f1d6bde75153 (patch)
tree23c276b44ab17cda411255af1d07af28a93976e2
parent2e97d992a42ec4768372a9e118af8090f766e0cc (diff)
downloadsqlparse-04a3b58aded8f415d4e1d6b83230f1d6bde75153.tar.gz
Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dcb1273..c7802dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+cache: pip
python: 3.5
env: