1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 14:11:05 +00:00

tests: Attempt to set up nchan as part of unittests

This commit is contained in:
2017-05-06 21:07:41 +00:00
parent de1d182320
commit b19e163a82
11 changed files with 92 additions and 61 deletions

View File

@@ -8,6 +8,9 @@ after_success:
virtualenv:
system_site_packages: true
install:
- sudo add-apt-repository ppa:nginx/stable -y
- sudo apt update
- sudo apt install libnginx-mod-nchan
- echo "127.0.0.1 localhost" | sudo tee /etc/hosts
- echo "127.0.1.1 ca.example.lan ca" | sudo tee -a /etc/hosts
- echo "127.0.0.1 vpn.example.lan vpn" | sudo tee -a /etc/hosts
@@ -32,4 +35,5 @@ addons:
hostname: ca
apt:
packages:
- software-properties-common
- python-configparser