 Bastien Sevajol
				
				il y a 7 ans
					Bastien Sevajol
				
				il y a 7 ans
				
					
						
							
								Parent
							
							
						
						révision
						4c6beeee64
					 
				 
			 
			
				
					
					  
					  Aucun compte lié à l'adresse email de l'auteur
					
				
			
		
		
	
		
			
			 1 fichiers modifiés avec 
4 ajouts et 
0 suppressions
			
		 
		
			
				- 
					
						
							4
							
								
								
							
							0
						
					 .travis.yml
 
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  | @@ -1,4 +1,8 @@
 | 
	
		
			
			| 1 | 1 |  language: python
 | 
	
		
			
			|  | 2 | +os:
 | 
	
		
			
			|  | 3 | +  - linux
 | 
	
		
			
			|  | 4 | +  - osx
 | 
	
		
			
			|  | 5 | +  - windows
 | 
	
		
			
			| 2 | 6 |  services:
 | 
	
		
			
			| 3 | 7 |    - redis-server
 | 
	
		
			
			| 4 | 8 |  python:
 |