summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2016-09-06 18:48:18 +0300
committerGitHub <noreply@github.com>2016-09-06 18:48:18 +0300
commit7ae10d09e746157a9ffbee6dfb3d739e8fe79fd2 (patch)
tree61900631f1c7d8f0d0a49037845504a2c6251482 /.travis.yml
parentfa576fb8745d976c6c6fffde37005ec55c675440 (diff)
downloadcherrypy-git-7ae10d09e746157a9ffbee6dfb3d739e8fe79fd2.tar.gz
Enable pip cache for Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d24e6904..549e21b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ python:
- pypy
- pypy3
- nightly
+
matrix:
fast_finish: true
allow_failures:
@@ -18,6 +19,8 @@ matrix:
# TODO: fix tests
- python: pypy3
+cache: pip
+
env:
- WEBTEST_INTERACTIVE=false