diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:03:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:03:57 -0700 |
commit | 1cda0eb75cd5e1f7da383e52df349ae8419349e8 (patch) | |
tree | 4d6b6e3c30ef11d3137af58ef63beeb23c6f4ad4 /.travis.yml | |
parent | 46f360588ca8546ee7499993e945a58033aadd15 (diff) | |
parent | b27653bca537380c20d95156588be3652edbcd3d (diff) |
Merge branch '1.16'
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 55cba46d..3b7b2b42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python sudo: false +cache: + directories: + - $HOME/.cache/pip python: - "2.6" - "2.7" |