nficano commited on
Commit
0b83103
·
1 Parent(s): 99a139e

travis caching

Browse files
Files changed (1) hide show
  1. .travis.yml +3 -0
.travis.yml CHANGED
@@ -1,4 +1,7 @@
1
  language: python
 
 
 
2
  python:
3
  - "2.7"
4
  - "3.3"
 
1
  language: python
2
+ cache:
3
+ - apt
4
+ - pip
5
  python:
6
  - "2.7"
7
  - "3.3"