mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 22:20:56 +00:00
Attempt to create test users via Travis
This commit is contained in:
@@ -12,6 +12,8 @@ install:
|
||||
- pip install --editable .
|
||||
- pip install codecov pytest-cov click ipaddress humanize falcon simplepam
|
||||
script:
|
||||
- useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
|
||||
- useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
|
||||
- py.test --cov-report xml --cov=certidude tests/
|
||||
cache:
|
||||
directories:
|
||||
|
Reference in New Issue
Block a user