1
0
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:
2017-04-25 22:01:18 +03:00
parent 9ff260c2ea
commit a5c776621b
2 changed files with 2 additions and 15 deletions

View File

@@ -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: