소스 검색

enable pip cache for travis

Jason DeTiberus 8 년 전
부모
커밋
7d02b608de
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -1,6 +1,9 @@
 ---
 sudo: false
 
+cache:
+  - pip
+
 language: python
 python:
   - "2.7"