diff --git a/.zuul.yaml b/.zuul.yaml index f6c1ef6..afda607 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,14 +4,10 @@ - openstack-tox-lower-constraints: required-projects: - openstack/horizon - - horizon-openstack-tox-py35dj20: - required-projects: - openstack/horizon + - horizon-openstack-tox-python3-django111 gate: jobs: - openstack-tox-lower-constraints: required-projects: - openstack/horizon - - horizon-openstack-tox-py35dj20: - required-projects: - openstack/horizon + - horizon-openstack-tox-python3-django111 diff --git a/tox.ini b/tox.ini index aef13f9..fdf08a9 100644 --- a/tox.ini +++ b/tox.ini @@ -30,11 +30,11 @@ commands = coverage xml --omit '.tox/cover/*' -o 'cover/coverage.xml' coverage html --omit '.tox/cover/*' -d 'cover/htmlcov' -[testenv:py35dj20] -basepython = python3.5 +[testenv:py3-dj111] +basepython = python3 commands = - pip install django>=2.0,<2.1 - python manage.py test {posargs} --settings=blazar_dashboard.test.settings + pip install django>=1.11,<2 + {[testenv]commands} [testenv:eslint] whitelist_externals = npm