mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	travis: Use sudo -H when calling pip
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user