From 6a8af36c99b91513586162205772af619d96befe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 1 May 2017 17:19:49 +0000 Subject: [PATCH] tests: Run tests as root --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 648623e..8dd3222 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ install: script: - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - - sudo chmod 755 /etc/shadow - - py.test --cov-report xml --cov=certidude tests/ + - sudo py.test --cov-report xml --cov=certidude tests/ cache: directories: - $HOME/.cache/pip