From 0efe2e3e3da68202956a5c58f7feeb77913b5954 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 7 Sep 2015 19:41:01 -0400 Subject: [PATCH] Attempt to switch to travis's new docker infrastructure --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd313001..790b3089 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ python: - "3.3" - "3.4" - "pypy" +sudo: false + +cache: + directories: + - $HOME/.cache/pip env: - USE_OPTIONAL=true