From 880663cb932d43986ec1979488922e4deeb4c936 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 27 Oct 2015 10:59:42 +0200 Subject: [PATCH] Moved to the sudoless environment and enabled caching. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21b1067..d78790d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: python +sudo: false +cache: + directories: + - $HOME/.cache/pip python: - 2.6 - 2.7