From 5b0a4049c651bd021ee643093e54f49a137037e2 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 19 May 2018 21:28:49 +0200 Subject: [PATCH] Disable sudo on Travis This patch disables sudo on Travis to enable faster builds. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0228e7..0061fdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +sudo: false + python: - "2.7" - "3.3" @@ -7,7 +9,7 @@ python: - "3.5" - "3.6" -before_install: +install: - pip install flake8 python-coveralls coverage - python setup.py bdist_wheel - pip install dist/feedgen*