summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-15 22:20:38 -0700
committerIlya Etingof <etingof@gmail.com>2018-06-16 07:20:38 +0200
commitc59447fd73668d3d5381d091d9c7e525572fb8fc (patch)
tree8a907be482d60e12418367be92f8235c6ee9d6ca /.travis.yml
parent4b7961a12bfce7a411423aba195bcb9a329f8c4a (diff)
downloadpyasn1-git-c59447fd73668d3d5381d091d9c7e525572fb8fc.tar.gz
Enable pip cache in Travis CI (#130)
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d87a749..3d311b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
-
language: python
+cache: pip
python:
- "2.6"
- "2.7"