Compare commits
	
		
			2 Commits
		
	
	
		
			b6706cfd08
			...
			aa450738a0
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						aa450738a0 | |
| 
							
							
								
								 | 
						695122a031 | 
| 
						 | 
				
			
			@ -2,12 +2,14 @@ pipeline:
 | 
			
		|||
  install:
 | 
			
		||||
    image: python:${PYTHON}-slim
 | 
			
		||||
    commands:
 | 
			
		||||
      - apt update
 | 
			
		||||
      - apt install libmariadb-dev gcc -y
 | 
			
		||||
      - python -m pip install --upgrade pip
 | 
			
		||||
      - pip install -v ".[tests]"
 | 
			
		||||
  test:
 | 
			
		||||
    image: python:${PYTHON}-slim
 | 
			
		||||
    commands:
 | 
			
		||||
      - pytest
 | 
			
		||||
      - python -m pytest
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
matrix:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue