From ddfce6c8bd5c979fdcaa13eb852c09ffc9eb51df Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 30 Dec 2014 09:33:51 +0200 Subject: [PATCH] Use travis' new build workers. They boot faster and since we don't use sudo we can use them. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c1621be..8253e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false install: pip install tox coveralls --use-mirrors env: - TOX_ENV=py26