From 9cbdf1d54ff645d5d12dab0c17be1c570ecd461e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 11 Aug 2015 11:55:13 -0700 Subject: [PATCH] use new travis-ci container builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3fa73c6..7484fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ python: install: "pip install -r dev-requirements.txt" # command to run tests script: nosetests +sudo: false