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

tests: Modifying /etc/hosts need sudo

This commit is contained in:
2017-05-01 17:10:11 +00:00
parent 77d7d9fbab
commit c428be48ff
2 changed files with 3 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ after_success:
virtualenv:
system_site_packages: true
install:
- echo "127.0.0.1 localhost" | sudo tee /etc/hosts
- echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts
- echo "127.0.0.1 vpn.koodur.lan | sudo tee -a /etc/hosts
- pip install -r requirements.txt
- pip install codecov pytest-cov
- pip install --editable .