mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
travis: Use sudo -H when calling pip
This commit is contained in:
parent
61de861702
commit
5519f63c0c
@ -9,9 +9,9 @@ script:
|
|||||||
- sudo apt install software-properties-common python3-setuptools python3-mysql.connector python3-pyxattr
|
- sudo apt install software-properties-common python3-setuptools python3-mysql.connector python3-pyxattr
|
||||||
- sudo mkdir -p /etc/systemd/system # Until Travis is stuck with 14.04
|
- sudo mkdir -p /etc/systemd/system # Until Travis is stuck with 14.04
|
||||||
- sudo easy_install3 pip
|
- sudo easy_install3 pip
|
||||||
- sudo pip3 install -r requirements.txt
|
- sudo -H pip3 install -r requirements.txt
|
||||||
- sudo pip3 install codecov pytest-cov requests-kerberos
|
- sudo -H pip3 install codecov pytest-cov requests-kerberos
|
||||||
- sudo pip3 install -e .
|
- sudo -H pip3 install -e .
|
||||||
- echo ca | sudo tee /etc/hostname
|
- echo ca | sudo tee /etc/hostname
|
||||||
- echo 127.0.0.1 localhost | sudo tee /etc/hosts
|
- 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.1.1 ca.example.lan ca | sudo tee -a /etc/hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user