Update .travis.yml

This commit is contained in:
PCoder 2017-11-26 02:19:19 +01:00
parent 94f0921168
commit b210c982a4
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ python:
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
# install dependencies
install: "pip install -r requirements.txt"
script: