From e223341ece0b4bbc0aa3e0b3f87c562a269cbb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 22 Oct 2015 12:40:51 +0200 Subject: [PATCH] Travis: Migrate from legacy infrastructure http://docs.travis-ci.com/user/migrating-from-legacy/ (cherry picked from commit bec0013) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 66a9e7dc..53e5ead9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ install: - pip install -e .[develop] script: - nosetests --with-doctest +sudo: false