mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 12:32:23 +01:00 
			
		
		
		
	Python 3.9 got released and broke the tests
This commit is contained in:
		@@ -2,13 +2,13 @@ stages:
 | 
			
		||||
  - test
 | 
			
		||||
  - quality-assurance
 | 
			
		||||
 | 
			
		||||
py38:
 | 
			
		||||
py39:
 | 
			
		||||
  stage: test
 | 
			
		||||
  image: python:3-alpine
 | 
			
		||||
  before_script:
 | 
			
		||||
    - apk add --no-cache libmagic
 | 
			
		||||
    - pip install tox --no-cache-dir
 | 
			
		||||
  script: tox -e py38
 | 
			
		||||
  script: tox -e py39
 | 
			
		||||
 | 
			
		||||
linters:
 | 
			
		||||
  stage: quality-assurance
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user