From ae15a08c55412d87ce65cdce794e480734d7962f Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 20 Jun 2016 10:29:28 -0700 Subject: [PATCH] Tweak some Travis settings for potentially faster builds --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1631de0b0..8e93a11f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ -# http://travis-ci.org/#!/ipython/ipython language: python python: - 3.5 + +sudo: false +cache: pip + before_install: - pip install docutils script: