On exécute le programme
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1 +1,3 @@
 | 
				
			|||||||
 | 
					*.pyc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
venv
 | 
					venv
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
stages:
 | 
					stages:
 | 
				
			||||||
  - linting
 | 
					  - linting
 | 
				
			||||||
 | 
					  - test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
flake8:
 | 
					flake8:
 | 
				
			||||||
@@ -18,3 +19,9 @@ pylint:
 | 
				
			|||||||
    - pip install pylint --no-cache-dir
 | 
					    - pip install pylint --no-cache-dir
 | 
				
			||||||
  script: pylint main.py
 | 
					  script: pylint main.py
 | 
				
			||||||
  allow_failure: true
 | 
					  allow_failure: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					test:
 | 
				
			||||||
 | 
					  stage: test
 | 
				
			||||||
 | 
					  image: python:3-alpine
 | 
				
			||||||
 | 
					  script: ./main.py
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user