From 79bb0b55f9be10482348a82bfb82063d08f397eb Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 21 Jul 2015 00:49:07 +0300 Subject: [PATCH] added sudo: false --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c780055..65ba914a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ +sudo: false + language: python python: - - 2.6 - 2.7 before_install: - easy_install Cython + easy_install Cython pip install progressbar install: python setup.py install