Add mypy test to CI
This commit is contained in:
		
							parent
							
								
									58ad5cd4d5
								
							
						
					
					
						commit
						fc9bf91115
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -11,6 +11,11 @@ run-test:
 | 
			
		|||
  script:
 | 
			
		||||
    - python3 setup.py test_nogui
 | 
			
		||||
 | 
			
		||||
run-mypy:
 | 
			
		||||
  stage: test
 | 
			
		||||
  script:
 | 
			
		||||
    - mypy -p gajim.common.modules --follow-imports=skip
 | 
			
		||||
 | 
			
		||||
run-pylint:
 | 
			
		||||
  stage: test
 | 
			
		||||
  script:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue