install requirements in coverage step
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -40,6 +40,7 @@ steps:
 | 
				
			|||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    PRODUCER_REDIS: cache
 | 
					    PRODUCER_REDIS: cache
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					    - pip3 install --cache-dir='./.pipcache' -r requirements.txt
 | 
				
			||||||
    - pip3 install --cache-dir='./.pipcache' coverage
 | 
					    - pip3 install --cache-dir='./.pipcache' coverage
 | 
				
			||||||
    - coverage run -m pytest test.py
 | 
					    - coverage run -m pytest test.py
 | 
				
			||||||
    - coverage report -m
 | 
					    - coverage report -m
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user