This commit is contained in:
		@@ -38,7 +38,7 @@ steps:
 | 
				
			|||||||
- name: coverage
 | 
					- name: coverage
 | 
				
			||||||
  image: python:3.8
 | 
					  image: python:3.8
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    PRODUCER_REDIS: cache
 | 
					    REDIS_URL: "redis://cache"
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
    - pip3 install --cache-dir='./.pipcache' -r requirements.txt
 | 
					    - pip3 install --cache-dir='./.pipcache' -r requirements.txt
 | 
				
			||||||
    - pip3 install --cache-dir='./.pipcache' coverage pytest
 | 
					    - pip3 install --cache-dir='./.pipcache' coverage pytest
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user