Remove python 3.6 and coverage to shorten ci build

This commit is contained in:
PCoder 2017-11-27 07:11:40 +01:00
parent 87eb5682e3
commit dfbc46e998
1 changed files with 3 additions and 3 deletions

View File

@ -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