Browse Source
			
			
			Travis: another fix in installation of dependencies
			
			
				refactoring
			
			
		 
		
			
				
					
						 Matthias Volk
					
					5 years ago
						Matthias Volk
					
					5 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 83A57678F739FCD3
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					travis/build-helper.sh
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -74,7 +74,7 @@ run() { | 
			
		
	
		
			
				
					|  |  |  |   then | 
			
		
	
		
			
				
					|  |  |  |     # Install dependencies for documentation | 
			
		
	
		
			
				
					|  |  |  |     apt-get install -qq -y pandoc | 
			
		
	
		
			
				
					|  |  |  |     pip install -e ".[doc]" | 
			
		
	
		
			
				
					|  |  |  |     pip install -e ".[doc,numpy]" | 
			
		
	
		
			
				
					|  |  |  |     # Generate documentation | 
			
		
	
		
			
				
					|  |  |  |     cd doc | 
			
		
	
		
			
				
					|  |  |  |     make html | 
			
		
	
	
		
			
				
					|  |  | 
 |