From a97fe6645b71709ab462777513fe80071fca43b8 Mon Sep 17 00:00:00 2001 From: PCoder Date: Sun, 26 Nov 2017 02:38:13 +0100 Subject: [PATCH] .travis.yml: Provide all env variables together --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4792f13a..c0281f12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,16 +4,7 @@ python: - "3.6" 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: "pip install -r requirements.txt" script: