1
0
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:
2017-05-01 16:20:50 +00:00
parent cc4f13086e
commit b0683b268d
11 changed files with 178 additions and 116 deletions

View File

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