From 7ede630d6d82a1376ae794f426d11b65f0a74144 Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Thu, 21 Jan 2016 14:53:32 -0300 Subject: Pass --user flag to pip --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b179c3..ec9f7e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: before_install: - bash .travis/setenv_lua.sh - - pip install cpp-coveralls + - pip install --user cpp-coveralls - luarocks install Lua-cURL --server=https://luarocks.org/dev - luarocks install luacov-coveralls --server=https://luarocks.org/dev -- cgit v1.2.3-55-g6feb