This website works better with JavaScript
Home
Explore
Help
Register
Sign In
shixiong
/
okd
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
enable pip cache for travis
Jason DeTiberus
8 years ago
parent
4cdc771f8e
commit
7d02b608de
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.travis.yml
+ 3
- 0
.travis.yml
View File
@@ -1,6 +1,9 @@
---
sudo: false
+cache:
+ - pip
+
language: python
python:
- "2.7"