play with ci
This commit is contained in:
		@@ -32,7 +32,7 @@ steps:
 | 
				
			|||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    REDIS_URL: "redis://cache"
 | 
					    REDIS_URL: "redis://cache"
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
    - pip3 install -r requirements.txt
 | 
					    - pip3 install --cache-dir='./.pipcache' -r requirements.txt
 | 
				
			||||||
    - pytest test.py
 | 
					    - pytest test.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -80,4 +80,4 @@ services:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
- name: cache
 | 
					- name: cache
 | 
				
			||||||
  temp: {}
 | 
					  host: /tmp/cache
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user