Remove python 3.4 from travis as it has reached end-of-life and does not support a lot of the dependencies newer versions
This commit is contained in:
		
							parent
							
								
									5ae3433a6d
								
							
						
					
					
						commit
						dfe5f25f01
					
				@ -7,8 +7,7 @@ before_install:
 | 
				
			|||||||
sudo: false
 | 
					sudo: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
matrix:
 | 
					matrix:
 | 
				
			||||||
    include:
 | 
					    include:        
 | 
				
			||||||
        - python: "3.4"
 | 
					 | 
				
			||||||
        - python: "3.5"
 | 
					        - python: "3.5"
 | 
				
			||||||
        - python: "3.6"
 | 
					        - python: "3.6"
 | 
				
			||||||
        - python: "3.7-dev"
 | 
					        - python: "3.7-dev"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user