From c2ee2e262918a15f04cc3be892ad6eba9dd32b6d Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Thu, 12 Nov 2015 14:51:07 +0100 Subject: [PATCH] Migrate to Travis container-based infrastructure. Advantages are listed here: http://docs.travis-ci.com/user/migrating-from-legacy --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index beba9be..440dacc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: - "3.4" - "pypy" +sudo: false + install: - pip install -r requirements.txt -r requirements-dev.txt -e . - pip install coverage coveralls