diff --git a/.zuul.yaml b/.zuul.yaml index 58d8a82..bc79248 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,12 +2,8 @@ check: jobs: - openstack-tox-lower-constraints - - horizon-openstack-tox-py35dj20: - required-projects: - openstack/horizon + - horizon-openstack-tox-python3-django111 gate: jobs: - openstack-tox-lower-constraints - - horizon-openstack-tox-py35dj20: - required-projects: - openstack/horizon + - horizon-openstack-tox-python3-django111 diff --git a/tox.ini b/tox.ini index 87e2651..fb73efb 100644 --- a/tox.ini +++ b/tox.ini @@ -72,8 +72,8 @@ deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -[testenv:py35dj20] -basepython = python3.5 +[testenv:py3-dj111] +basepython = python3 commands = - pip install django>=2.0,<2.1 + pip install django>=1.11,<2 {[testenv]commands}