From 06ad55822fd63f9e6f11c0b7bbdfd4915c8ff42f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 23 Jul 2015 22:57:30 -0400 Subject: [PATCH] Update .travis.yml for new Travis infrastructure Per http://docs.travis-ci.com/user/migrating-from-legacy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d7508a4..7095d21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.3 - 3.4 - 3.5-dev +sudo: false install: - pip install coveralls - python setup.py build