diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:03:56 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:03:56 -0700 |
commit | b27653bca537380c20d95156588be3652edbcd3d (patch) | |
tree | 88b169f1c8c450154bcbfc3ed270fd6b140f8b0f | |
parent | 1c20db7aa9433a1dc2ca6331e970e95e561df8e5 (diff) | |
parent | d29a1fc52535aafc3aa23c58e9060c44af33d99b (diff) |
Merge branch '1.15' into 1.16
-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" |