tests: Attempt to install certidude system-wide

This commit is contained in:
Lauri Võsandi 2017-05-01 22:47:21 +00:00
parent a9c29d2fbb
commit 86df98a117
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install:
- sudo mkdir -p /etc/systemd/system
- sudo pip install -r requirements.txt
- sudo pip install codecov pytest-cov
- sudo pip install --editable .
- sudo pip install .
script:
- sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'