Update .travis.yml template to add -I option in pipenv install
This commit is contained in:
		
							parent
							
								
									c94c86d963
								
							
						
					
					
						commit
						6c534bdf83
					
				@ -6,7 +6,7 @@ os: linux
 | 
			
		||||
services:
 | 
			
		||||
  - docker
 | 
			
		||||
install:
 | 
			
		||||
  - pip install pipenv
 | 
			
		||||
  - pip install -I pipenv
 | 
			
		||||
env:
 | 
			
		||||
  jobs:
 | 
			
		||||
    - MOLECULE_DISTRO=debian:bullseye-slim
 | 
			
		||||
 | 
			
		||||
@ -1,12 +1,12 @@
 | 
			
		||||
---
 | 
			
		||||
dist: xenial
 | 
			
		||||
language: python
 | 
			
		||||
python: "3.7"
 | 
			
		||||
python: "3.9"
 | 
			
		||||
os: linux
 | 
			
		||||
services:
 | 
			
		||||
  - docker
 | 
			
		||||
install:
 | 
			
		||||
  - pip install pipenv
 | 
			
		||||
  - pip install -I pipenv
 | 
			
		||||
  - pipenv sync
 | 
			
		||||
env:
 | 
			
		||||
  jobs:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user