summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-12-20 16:28:51 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-12-20 16:28:51 -0500
commit7d02b608de839cb57e2071e9d55052957c13aae3 (patch)
tree4e6ff6855c6e5343e97d0864f47cb2088fe364f9 /.travis.yml
parent4cdc771f8e04f88ac47dd194da03dadfa2fdba2d (diff)
downloadopenshift-7d02b608de839cb57e2071e9d55052957c13aae3.tar.gz
openshift-7d02b608de839cb57e2071e9d55052957c13aae3.tar.bz2
openshift-7d02b608de839cb57e2071e9d55052957c13aae3.tar.xz
openshift-7d02b608de839cb57e2071e9d55052957c13aae3.zip
enable pip cache for travis
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 9443b6550..0e3a75df7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
---
sudo: false
+cache:
+ - pip
+
language: python
python:
- "2.7"