mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 14:11:05 +00:00
Attempt to run client as part of unittests
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -9,8 +9,8 @@ virtualenv:
|
||||
system_site_packages: true
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install codecov pytest-cov
|
||||
- pip install --editable .
|
||||
- pip install codecov pytest-cov click ipaddress humanize falcon simplepam
|
||||
script:
|
||||
- sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
|
||||
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
|
||||
@@ -20,12 +20,12 @@ cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
addons:
|
||||
hostname: ca
|
||||
hosts:
|
||||
- ca.example.lan
|
||||
- vpn.example.lan
|
||||
- ipsec.example.lan
|
||||
apt:
|
||||
packages:
|
||||
- python-xattr
|
||||
- python-setproctitle
|
||||
- python-markdown
|
||||
- python-jinja2
|
||||
- python-click
|
||||
- python-configparser
|
||||
- python-pyasn1
|
||||
- python-openssl
|
||||
|
Reference in New Issue
Block a user