Remove python 3.6 and coverage to shorten ci build
This commit is contained in:
parent
87eb5682e3
commit
dfbc46e998
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
# - "3.6"
|
||||||
|
|
||||||
env:
|
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
|
- 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:
|
script:
|
||||||
- flake8
|
- flake8
|
||||||
- python manage.py test -v 3
|
- python manage.py test -v 3
|
||||||
- coverage run --source='.' manage.py test dynamicweb -v 3
|
# - coverage run --source='.' manage.py test dynamicweb -v 3
|
||||||
- coverage report
|
# - coverage report
|
||||||
|
|
Loading…
Reference in a new issue