1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-28 21:11:42 +00:00

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

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'