mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
travis: Set FQDN in advance
This commit is contained in:
parent
79ae57dc04
commit
6fb7cbbcc7
@ -11,6 +11,7 @@ install:
|
||||
- sudo pip3 install -r requirements.txt
|
||||
- sudo pip3 install codecov pytest-cov requests-kerberos
|
||||
- sudo pip3 install -e .
|
||||
- echo 127.0.1.1 ca.example.lan ca | sudo tee -a /etc/hosts
|
||||
script:
|
||||
- sudo find /home/ -type d -exec chmod 755 {} \; # Allow certidude serve to read templates
|
||||
- sudo coverage run --parallel-mode --source certidude -m py.test tests
|
||||
|
Loading…
Reference in New Issue
Block a user