From 93805c97f4d4be60357999574f6593f82bc8a9d7 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 22 Oct 2015 18:36:30 +0200 Subject: [PATCH] Try to use the new Travis infrastructure --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53282da2..7051b457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ install: - pip install tox script: - tox +sudo: false