.travis.yml: Provide all env variables together
This commit is contained in:
		
					parent
					
						
							
								b210c982a4
							
						
					
				
			
			
				commit
				
					
						a97fe6645b
					
				
			
		
					 1 changed files with 1 additions and 10 deletions
				
			
		
							
								
								
									
										11
									
								
								.travis.yml
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
										
									
									
									
								
							| 
						 | 
					@ -4,16 +4,7 @@ python:
 | 
				
			||||||
    - "3.6"
 | 
					    - "3.6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
    # Set a dummy secret key
 | 
					    - DJANGO_SECRET_KEY=0 OPENNEBULA_USERNAME='test' OPENNEBULA_PASSWORD='test' OPENNEBULA_PROTOCOL='http' OPENNEBULA_DOMAIN='test_domain' OPENNEBULA_PORT='2633' OPENNEBULA_ENDPOINT='/RPC2' DCL_TEXT='Data Center Light' CELERY_MAX_RETRIES=0
 | 
				
			||||||
    - DJANGO_SECRET_KEY=0
 | 
					 | 
				
			||||||
    - OPENNEBULA_USERNAME='test'
 | 
					 | 
				
			||||||
    - OPENNEBULA_PASSWORD='test'
 | 
					 | 
				
			||||||
    - OPENNEBULA_PROTOCOL='http'
 | 
					 | 
				
			||||||
    - OPENNEBULA_DOMAIN='test_domain'
 | 
					 | 
				
			||||||
    - OPENNEBULA_PORT='2633'
 | 
					 | 
				
			||||||
    - OPENNEBULA_ENDPOINT='/RPC2'
 | 
					 | 
				
			||||||
    - DCL_TEXT='Data Center Light'
 | 
					 | 
				
			||||||
    - CELERY_MAX_RETRIES=0
 | 
					 | 
				
			||||||
# install dependencies
 | 
					# install dependencies
 | 
				
			||||||
install: "pip install -r requirements.txt"
 | 
					install: "pip install -r requirements.txt"
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue