From 9afafea8338dedad021fde50c168b250a650a842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 28 Mar 2016 00:04:03 +0300 Subject: [PATCH] Add sudo for Travis' apt-get --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 976328b..35beb14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ after_success: virtualenv: system_site_packages: true before_install: - - apt-get install -qq python-configparser python-cffi + - sudo apt-get install -qq python-configparser python-cffi - pip install codecov pytest-cov install: - pip install -r requirements.txt