From dfbc46e998527db95644fd023bc0453f26e46abf Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 27 Nov 2017 07:11:40 +0100 Subject: [PATCH] Remove python 3.6 and coverage to shorten ci build --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9779b908..80d67951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "3.5" - - "3.6" +# - "3.6" env: - 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 @@ -10,5 +10,5 @@ install: "pip install -r requirements.txt" script: - flake8 - python manage.py test -v 3 -- coverage run --source='.' manage.py test dynamicweb -v 3 -- coverage report +# - coverage run --source='.' manage.py test dynamicweb -v 3 +# - coverage report