From b475de7b4815a0ea407c5d0e5621f711f0fd58c2 Mon Sep 17 00:00:00 2001 From: Pierre Dulac Date: Sat, 31 Oct 2015 11:39:46 +0100 Subject: [PATCH] Enable the new travis architecture for speed and reliability --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f1da0b..c4f3902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -python: - - 2.7 +python: "2.7" +sudo: false env: - TOX_ENV=py26-django12