1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

Attempt to fix PAM auth in Travis

This commit is contained in:
Lauri Võsandi 2017-04-25 22:25:36 +03:00
parent cd9e896206
commit b0f5306297

View File

@ -15,7 +15,7 @@ script:
- sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo usermod -a -G shadow $USER - sudo usermod -a -G shadow $USER
- py.test --cov-report xml --cov=certidude tests/ - sudo -E su $USER -c 'py.test --cov-report xml --cov=certidude tests/'
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip