From f9eaa94230fb6f118eccb723d1432e784ee94dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 1 May 2017 17:23:59 +0000 Subject: [PATCH] tests: Install dependencies system-wide --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8dd3222..5fcf066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ install: - echo "127.0.0.1 localhost" | sudo tee /etc/hosts - echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts - echo "127.0.0.1 vpn.koodur.lan" | sudo tee -a /etc/hosts - - pip install -r requirements.txt - - pip install codecov pytest-cov - - pip install --editable . + - sudo pip install -r requirements.txt + - sudo pip install codecov pytest-cov + - sudo pip install --editable . script: - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'